Databricks SDK for JavaScript
    Preparing search index...
    interface ListSystemSchemasRequest {
        maxResults?: number;
        metastoreId?: string;
        pageToken?: string;
    }
    Index

    Properties

    maxResults?: number

    Maximum number of schemas to return.

    • When set to 0, the page length is set to a server configured value (recommended);
    • When set to a value greater than 0, the page length is the minimum of this value and a server configured value;
    • When set to a value less than 0, an invalid parameter error is returned;
    • If not set, all the schemas are returned (not recommended).
    metastoreId?: string

    The ID for the metastore in which the system schema resides.

    pageToken?: string

    Opaque pagination token to go to next page based on previous query.