Class Metrics
A container specifying settings for configuring replication metrics and events.
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; }