Databricks SDK for JavaScript
    Preparing search index...

    Interface Database_DatabaseStatus

    interface Database_DatabaseStatus {
        databaseId?: string;
        postgresDatabase?: string;
        role?: string;
    }
    Index

    Properties

    databaseId?: string

    Part of the resource name.

    postgresDatabase?: string

    The name of the Postgres database.

    role?: string

    The name of the role that owns the database. Format: projects/{project_id}/branches/{branch_id}/roles/{role_id}