Databricks SDK for JavaScript
    Preparing search index...

    Interface AccountsUpdateMetastoreAssignmentRequest

    The metastore assignment to update.

    interface AccountsUpdateMetastoreAssignmentRequest {
        accountId?: string;
        metastoreAssignment?: MetastoreAssignment;
        metastoreId?: string;
        workspaceId?: bigint;
    }
    Index

    Properties

    accountId?: string

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

    metastoreAssignment?: MetastoreAssignment
    metastoreId?: string

    Unity Catalog metastore ID

    workspaceId?: bigint

    Workspace ID.