ReplicationTime class
A container specifying S3 Replication Time Control (S3 RTC) related
information, including whether S3 RTC is enabled and the time when all
objects and operations on objects must be replicated. Must be specified
together with a Metrics
block.
Constructors
- ReplicationTime({required ReplicationTimeStatus status, required ReplicationTimeValue time})
- ReplicationTime.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ReplicationTimeStatus
-
Specifies whether the replication time is enabled.
final
- time → ReplicationTimeValue
-
A container specifying the time by which replication should be complete for
all objects and operations on objects.
final
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(
String elemName, {List< XmlAttribute> ? attributes}) → XmlElement
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited