Databricks SDK for JavaScript
    Preparing search index...

    Interface ListMaterializedFeaturesRequest

    interface ListMaterializedFeaturesRequest {
        featureName?: string;
        pageSize?: number;
        pageToken?: string;
    }
    Index

    Properties

    featureName?: string

    Filter by feature name. If specified, only materialized features materialized from this feature will be returned.

    pageSize?: number

    The maximum number of results to return. Defaults to 100 if not specified. Cannot be greater than 1000.

    pageToken?: string

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