KeyValueStoreMigrationPhase Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates a phase in the overall key/value store migration workflow.
public enum KeyValueStoreMigrationPhase
type KeyValueStoreMigrationPhase =
Public Enum KeyValueStoreMigrationPhase
- Inheritance
-
KeyValueStoreMigrationPhase
Fields
Name | Value | Description |
---|---|---|
Inactive | 0 | The migration is currently inactive. |
Migration | 1 | The replica is migrating data between the source and target databases. |
TargetDatabaseSwap | 2 | The replica is swapping from the source to target database. |
TargetDatabaseCleanup | 3 | The replica is cleaning up the target database. |
SourceDatabaseCleanup | 4 | The replica is cleaning up the source database. |
TargetDatabaseActive | 5 | The migration target database is attached and running as the active database. |
RestoreSourceBackup | 6 | The source database is being restored from a migration backup. |
Applies to
Azure SDK for .NET