Databricks SDK for JavaScript
    Preparing search index...
    interface ListExternalMetadataRequest {
        pageSize?: number;
        pageToken?: string;
    }
    Index

    Properties

    pageSize?: number

    Specifies the maximum number of external metadata objects to return in a single response. The value must be less than or equal to 1000.

    pageToken?: string

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