Share via


KeyValueStoreMigrationPhase Enum

Definition

Indicates a phase in the overall key/value store migration workflow.

public enum KeyValueStoreMigrationPhase
type KeyValueStoreMigrationPhase = 
Public Enum KeyValueStoreMigrationPhase
Inheritance
KeyValueStoreMigrationPhase

Fields

Inactive 0

The migration is currently inactive.

Migration 1

The replica is migrating data between the source and target databases.

RestoreSourceBackup 6

The source database is being restored from a migration backup.

SourceDatabaseCleanup 4

The replica is cleaning up the source database.

TargetDatabaseActive 5

The migration target database is attached and running as the active database.

TargetDatabaseCleanup 3

The replica is cleaning up the target database.

TargetDatabaseSwap 2

The replica is swapping from the source to target database.

Applies to