Databricks SDK for JavaScript
    Preparing search index...
    interface DatabaseCatalog {
        createDatabaseIfNotExists?: boolean;
        databaseInstanceName?: string;
        databaseName?: string;
        name?: string;
        uid?: string;
    }
    Index

    Properties

    createDatabaseIfNotExists?: boolean
    databaseInstanceName?: string

    The name of the DatabaseInstance housing the database.

    databaseName?: string

    The name of the database (in an instance) associated with the catalog.

    name?: string

    The name of the catalog in UC.

    uid?: string