RemoteDataArchiveMigrationState Enum

Definition

Current data migration state of a stretched table Refer remote_data_archive_migration_state in https://msdn.microsoft.com/en-us/library/ms187406.aspx

public enum RemoteDataArchiveMigrationState
type RemoteDataArchiveMigrationState = 
Public Enum RemoteDataArchiveMigrationState
Inheritance
RemoteDataArchiveMigrationState

Fields

Disabled 0

The table is not Stretch-enabled

Inbound 4

The table is Stretch-enabled, and data migration direction is in-bound from azure

Outbound 3

The table is Stretch-enabled, and data migration direction is out-bound to azure

Paused 5

This value has been kept for backward compatibility. It will be removed once all the references to it are removed. TODO: remove this value

PausedInbound 2

The table is stretch-enabled, but the data migration is paused when the direction of data-flow is inbound

PausedOutbound 1

The table is stretch-enabled, but the data migration is paused when the direction of data-flow is outbound

Applies to