Databricks SDK for JavaScript
    Preparing search index...
    interface UpdateAccountsMetastore {
        cloud?: string;
        createdAt?: bigint;
        createdBy?: string;
        defaultDataAccessConfigId?: string;
        deltaSharingOrganizationName?: string;
        deltaSharingRecipientTokenLifetimeInSeconds?: bigint;
        deltaSharingScope?: DeltaSharingScope_Enum;
        externalAccessEnabled?: boolean;
        globalMetastoreId?: string;
        metastoreId?: string;
        name?: string;
        owner?: string;
        privilegeModelVersion?: string;
        region?: string;
        storageRoot?: string;
        storageRootCredentialId?: string;
        storageRootCredentialName?: string;
        updatedAt?: bigint;
        updatedBy?: string;
    }
    Index

    Properties

    cloud?: string

    Cloud vendor of the metastore home shard (e.g., aws, azure, gcp).

    createdAt?: bigint

    Time at which this metastore was created, in epoch milliseconds.

    createdBy?: string

    Username of metastore creator.

    defaultDataAccessConfigId?: string

    Unique identifier of the metastore's (Default) Data Access Configuration.

    deltaSharingOrganizationName?: string

    The organization name of a Delta Sharing entity, to be used in Databricks-to-Databricks Delta Sharing as the official name.

    deltaSharingRecipientTokenLifetimeInSeconds?: bigint

    The lifetime of delta sharing recipient token in seconds.

    deltaSharingScope?: DeltaSharingScope_Enum

    The scope of Delta Sharing enabled for the metastore.

    externalAccessEnabled?: boolean

    Whether to allow non-DBR clients to directly access entities under the metastore.

    globalMetastoreId?: string

    Globally unique metastore ID across clouds and regions, of the form cloud:region:metastore_id.

    metastoreId?: string

    Unique identifier of metastore.

    name?: string

    The user-specified name of the metastore.

    owner?: string

    The owner of the metastore.

    privilegeModelVersion?: string

    Privilege model version of the metastore, of the form major.minor (e.g., 1.0).

    region?: string

    Cloud region which the metastore serves (e.g., us-west-2, westus).

    storageRoot?: string

    The storage root URL for metastore

    storageRootCredentialId?: string

    UUID of storage credential to access the metastore storage_root.

    storageRootCredentialName?: string

    Name of the storage credential to access the metastore storage_root.

    updatedAt?: bigint

    Time at which the metastore was last modified, in epoch milliseconds.

    updatedBy?: string

    Username of user who last modified the metastore.