Databricks SDK for JavaScript
    Preparing search index...

    Properties of the metastore to change.

    interface AccountsUpdateMetastoreRequest {
        accountId?: string;
        metastoreId?: string;
        metastoreInfo?: UpdateAccountsMetastore;
    }
    Index

    Properties

    accountId?: string

    account ID of any type. For non-E2 account types, get your account ID from the Accounts Console

    metastoreId?: string

    Unity Catalog metastore ID

    metastoreInfo?: UpdateAccountsMetastore

    Properties of the metastore to change.