Databricks SDK for JavaScript
    Preparing search index...

    Request to list stable URLs for an account.

    interface ListStableUrlsRequest {
        pageSize?: number;
        pageToken?: string;
        parent?: string;
    }
    Index

    Properties

    pageSize?: number

    Maximum number of stable URLs to return per page:

    • 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 or unset, 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

    Page token received from a previous ListStableUrls call. Provide this to retrieve the subsequent page.

    parent?: string

    The parent resource. Format: accounts/{account_id}.