Class Metrics
A container specifying replication metrics-related information, including whether emitting metrics and Amazon S3 events for replication are enabled. In addition, contains configurations related to specific metrics or events. Must be specified together with a
ReplicationTime
block.
public class Metrics
- Inheritance
-
Metrics
- Inherited Members
Constructors
Metrics()
public Metrics()
Properties
EventThreshold
A container specifying the time threshold for emitting the
s3:Replication:OperationMissedThreshold
event.
public ReplicationTimeValue EventThreshold { get; set; }
Property Value
Status
Specifies whether the replication metrics are enabled.
public MetricsStatus Status { get; set; }