Databricks SDK for JavaScript
    Preparing search index...

    Request to list features. Listing is always scoped to a single catalog and schema; catalog_name and schema_name are required.

    interface ListFeaturesRequest {
        catalogName?: string;
        pageSize?: number;
        pageToken?: string;
        schemaName?: string;
    }
    Index

    Properties

    catalogName?: string

    Name of parent catalog for features of interest.

    pageSize?: number

    The maximum number of results to return.

    pageToken?: string

    Pagination token to go to the next page based on a previous query.

    schemaName?: string

    Name of parent schema relative to its parent catalog.