Databricks SDK for JavaScript
    Preparing search index...

    Interface ListSpacesRequest

    interface ListSpacesRequest {
        pageSize?: number;
        pageToken?: string;
    }
    Index

    Properties

    pageSize?: number

    Upper bound for items returned.

    pageToken?: string

    Pagination token to go to the next page of app spaces. Requests first page if absent.