Databricks SDK for JavaScript
    Preparing search index...

    List Databases.

    interface ListDatabasesRequest {
        pageSize?: number;
        pageToken?: string;
        parent?: string;
    }
    Index

    Properties

    pageSize?: number

    Upper bound for items returned.

    pageToken?: string

    Pagination token to go to the next page of Databases. Requests first page if absent.

    parent?: string

    The Branch that owns this collection of databases. Format: projects/{project_id}/branches/{branch_id}