Databricks SDK for JavaScript
    Preparing search index...

    Interface BackfillOperationMetadata

    Progress and configuration for a backfill.

    interface BackfillOperationMetadata {
        backfillRanges?: BackfillRange[];
        featureFullNames?: string[];
        state?: BackfillOperationMetadata_State;
    }
    Index

    Properties

    backfillRanges?: BackfillRange[]

    Output ranges targeted by the backfill.

    featureFullNames?: string[]

    Full names of the features targeted by the backfill.

    Current state of the backfill.