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

    Properties

    maxResults?: number

    Maximum number of connections to return.

    • If not set, all connections are returned (not 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 0, the page length is set to a server configured value (recommended);
    • when set to a value less than 0, an invalid parameter error is returned;
    pageToken?: string

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