Databricks SDK for JavaScript
    Preparing search index...

    Database represents a Postgres database within a Branch.

    interface Database {
        createTime?: Instant;
        databaseId?: string;
        name?: string;
        parent?: string;
        spec?: Database_DatabaseSpec;
        status?: Database_DatabaseStatus;
        updateTime?: Instant;
    }
    Index

    Properties

    createTime?: Instant

    A timestamp indicating when the database was created.

    databaseId?: string

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

    name?: string

    The resource name of the database. Format: projects/{project_id}/branches/{branch_id}/databases/{database_id}

    parent?: string

    The branch containing this database. Format: projects/{project_id}/branches/{branch_id}

    The desired state of the Database.

    The observed state of the Database.

    updateTime?: Instant

    A timestamp indicating when the database was last updated.