Databricks SDK for JavaScript
    Preparing search index...

    Variable DatabaseInstance_StateConst

    DatabaseInstance_State: {
        AVAILABLE: "AVAILABLE";
        DELETING: "DELETING";
        FAILING_OVER: "FAILING_OVER";
        STARTING: "STARTING";
        STATE_UNSPECIFIED: "STATE_UNSPECIFIED";
        STOPPED: "STOPPED";
        UPDATING: "UPDATING";
    } = ...

    Type Declaration

    • ReadonlyAVAILABLE: "AVAILABLE"

      The instance is active and ready to use.

    • ReadonlyDELETING: "DELETING"

      The instance is being deleted.

    • ReadonlyFAILING_OVER: "FAILING_OVER"

      The instance is failing over.

    • ReadonlySTARTING: "STARTING"

      The instance is being brought online.

    • ReadonlySTATE_UNSPECIFIED: "STATE_UNSPECIFIED"

      Default value, not used

    • ReadonlySTOPPED: "STOPPED"

      The instance is stopped.

    • ReadonlyUPDATING: "UPDATING"

      The instance is being updated.