Databricks SDK for JavaScript
    Preparing search index...

    Interface PurgeFeatureEntitiesMetadata

    Progress and configuration for a feature entity purge.

    interface PurgeFeatureEntitiesMetadata {
        createTime?: Instant;
        entitiesTable?: string;
        entitiesTableVersion?: string;
        features?: string[];
        jobId?: bigint;
        state?: PurgeFeatureEntitiesMetadata_State;
    }
    Index

    Properties

    createTime?: Instant

    Time at which the purge operation was created.

    entitiesTable?: string

    Fully qualified name of the Unity Catalog Delta table containing the entity keys to purge.

    entitiesTableVersion?: string

    Version of the entities table used by the purge.

    features?: string[]

    Fully qualified names of the features targeted by the purge.

    jobId?: bigint

    ID of the job that executes this purge.

    Current state of the purge operation.