Databricks SDK for JavaScript
    Preparing search index...

    Interface PurgeFeatureEntitiesResult

    Result of purging one feature.

    interface PurgeFeatureEntitiesResult {
        error?: ApiError;
        feature?: string;
        offlineState?: PurgeFeatureEntitiesResult_State;
        onlineState?: PurgeFeatureEntitiesResult_State;
    }
    Index

    Properties

    error?: ApiError

    Error encountered while purging this feature, if any.

    feature?: string

    Fully qualified name of the feature that was purged.

    State of the offline purge for this feature.

    State of the online purge for this feature.