Share via


KeyValueStoreMigrationState Enum

Definition

Indicates the underlying state of an ongoing key/value store migration phase (see KeyValueStoreMigrationPhase).

public enum KeyValueStoreMigrationState
type KeyValueStoreMigrationState = 
Public Enum KeyValueStoreMigrationState
Inheritance
KeyValueStoreMigrationState

Fields

Canceled 3

The current migration phase has been canceled.

Completed 2

The current migration phase has been completed.

Failed 4

The current migration phase has failed.

Inactive 0

The migration is currently inactive.

Processing 1

The current migration phase is actively being processed.

Applies to