Databricks SDK for JavaScript
    Preparing search index...

    Interface ListMaterializedFeaturesResponse

    interface ListMaterializedFeaturesResponse {
        materializedFeatures?: MaterializedFeature[];
        nextPageToken?: string;
    }
    Index

    Properties

    materializedFeatures?: MaterializedFeature[]

    List of materialized features.

    nextPageToken?: string

    Pagination token to request the next page of results for this query.