Class ReplicationTime
A container specifying the time when all objects and operations on objects are replicated. Must be specified together with a
Metrics
block.
public class ReplicationTime
- Inheritance
-
ReplicationTime
- Inherited Members
Constructors
ReplicationTime()
public ReplicationTime()
Properties
Status
Specifies whether the replication time is enabled.
public ReplicationTimeStatus Status { get; set; }
Property Value
Time
A container specifying the time by which replication should complete for all objects and operations on objects.
public ReplicationTimeValue Time { get; set; }