RemoteDataArchiveMigrationState 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.
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
Name | Value | Description |
---|---|---|
Disabled | 0 | The table is not Stretch-enabled |
PausedOutbound | 1 | The table is stretch-enabled, but the data migration is paused when the direction of data-flow is outbound |
PausedInbound | 2 | The table is stretch-enabled, but the data migration is paused when the direction of data-flow is inbound |
Outbound | 3 | The table is Stretch-enabled, and data migration direction is out-bound to azure |
Inbound | 4 | The table is Stretch-enabled, and data migration direction is in-bound from 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 |