Databricks SDK for JavaScript
    Preparing search index...
    interface ListQuotasResponse {
        nextPageToken?: string;
        quotas?: QuotaInfo[];
    }
    Index

    Properties

    nextPageToken?: string

    Opaque token to retrieve the next page of results. Absent if there are no more pages. page_token should be set to this value for the next request.

    quotas?: QuotaInfo[]

    An array of returned QuotaInfos.