Databricks SDK for JavaScript
    Preparing search index...
    interface ListFunctionsRequest {
        catalogName?: string;
        includeBrowse?: boolean;
        maxResults?: number;
        pageToken?: string;
        schemaName?: string;
    }
    Index

    Properties

    catalogName?: string

    Name of parent catalog for functions of interest.

    includeBrowse?: boolean

    Whether to include functions in the response for which the principal can only access selective metadata for

    maxResults?: number

    Maximum number of functions to return. If not set, all the functions 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.

    schemaName?: string

    Parent schema of functions.