Databricks SDK for JavaScript
    Preparing search index...
    interface Catalog {
        catalogId?: string;
        createTime?: Instant;
        name?: string;
        spec?: Catalog_CatalogSpec;
        status?: Catalog_CatalogStatus;
        uid?: string;
        updateTime?: Instant;
    }
    Index

    Properties

    catalogId?: string

    The part of the name, chosen by the user when the resource was created.

    createTime?: Instant

    A timestamp indicating when the catalog was created.

    name?: string

    Output only. The full resource path of the catalog.

    Format: "catalogs/{catalog_id}".

    The desired state of the Catalog.

    The observed state of the Catalog.

    uid?: string

    System-generated unique identifier for the catalog.

    updateTime?: Instant

    A timestamp indicating when the catalog was last updated.