Databricks SDK for JavaScript
    Preparing search index...

    Variable BackfillOperationMetadata_StateConst

    BackfillOperationMetadata_State: {
        CANCELLED: "CANCELLED";
        FAILED: "FAILED";
        PENDING: "PENDING";
        RUNNING: "RUNNING";
        STATE_UNSPECIFIED: "STATE_UNSPECIFIED";
        SUCCEEDED: "SUCCEEDED";
    } = ...

    Lifecycle state of a backfill.

    Type Declaration

    • ReadonlyCANCELLED: "CANCELLED"

      The backfill was cancelled.

    • ReadonlyFAILED: "FAILED"

      The backfill failed.

    • ReadonlyPENDING: "PENDING"

      The backfill is pending.

    • ReadonlyRUNNING: "RUNNING"

      The backfill is running.

    • ReadonlySTATE_UNSPECIFIED: "STATE_UNSPECIFIED"

      The backfill state is unspecified.

    • ReadonlySUCCEEDED: "SUCCEEDED"

      The backfill succeeded.