@makehq/sdk
    Preparing search index...

    Type Alias UpdateDataStoreBody

    Parameters for updating a data store.

    type UpdateDataStoreBody = {
        datastructureId?: number;
        maxSizeMB?: number;
        name?: string;
    }
    Index

    Properties

    datastructureId?: number

    Optional ID of a data structure that defines the record format

    maxSizeMB?: number

    Maximum size limit for the data store in megabytes

    name?: string

    New name for the data store