Metrics class

A container specifying replication metrics-related settings enabling metrics and Amazon S3 events for S3 Replication Time Control (S3 RTC). Must be specified together with a ReplicationTime block.

Constructors

Metrics(ReplicationTimeValue? eventThreshold, String? status)
Metrics.fromXml(XmlElement? xml)

Properties

eventThreshold ReplicationTimeValue?
A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Specifies whether the replication metrics are enabled.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toXml() → XmlNode

Operators

operator ==(Object other) bool
The equality operator.
inherited