Databricks SDK for JavaScript
    Preparing search index...

    Interface ListDatabaseCatalogsResponse

    interface ListDatabaseCatalogsResponse {
        databaseCatalogs?: DatabaseCatalog[];
        nextPageToken?: string;
    }
    Index

    Properties

    databaseCatalogs?: DatabaseCatalog[]
    nextPageToken?: string

    Pagination token to request the next page of database catalogs.