Class ReplicationStatus
The status of the replication job associated with this source object.
public sealed class ReplicationStatus : ConstantClass
- Inheritance
-
ReplicationStatus
Constructors
ReplicationStatus(string)
Construct instance of ReplicationStatus.
public ReplicationStatus(string value)
Parameters
value
string
Fields
Completed
The object has been replicated.
public static readonly ReplicationStatus Completed
Field Value
Failed
The object replication has failed due to a customer-attributable reason, and the replication will not be attempted again.
public static readonly ReplicationStatus Failed
Field Value
Pending
The object is pending replication.
public static readonly ReplicationStatus Pending
Field Value
Replica
The object was created as a result of replication.
public static readonly ReplicationStatus Replica
Field Value
Methods
FindValue(string)
Finds the constant for the unique value.
public static ReplicationStatus FindValue(string value)
Parameters
value
stringThe string representation of the ReplicationStatus.
Returns
- ReplicationStatus
The ReplicationStatus object for that string.
Operators
implicit operator ReplicationStatus(string)
Convert string to ReplicationStatus.
public static implicit operator ReplicationStatus(string value)
Parameters
value
string