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

    Properties

    pageSize?: number

    Use this field to specify the maximum number of results to be returned by the server. The server may further constrain the maximum number of results returned in a single page.

    pageToken?: string

    Use next_page_token or prev_page_token returned from the previous request to list the next or previous page of clusters respectively.