Databricks SDK for JavaScript
    Preparing search index...

    Interface ListDatabaseCatalogsRequest

    interface ListDatabaseCatalogsRequest {
        instanceName?: string;
        pageSize?: number;
        pageToken?: string;
    }
    Index

    Properties

    instanceName?: string

    Name of the instance to get database catalogs for.

    pageSize?: number

    Upper bound for items returned.

    pageToken?: string

    Pagination token to go to the next page of synced database tables. Requests first page if absent.