BucketReplicationProgress

data class BucketReplicationProgress(val historicalObject: String? = null, val newObject: String? = null)

Constructors

Link copied to clipboard
constructor(historicalObject: String? = null, newObject: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The percentage of the replicated historical data. This element is valid only when historical_object_replication is set to enabled.

Link copied to clipboard
val newObject: String? = null

The time used to distinguish new data from historical data. Data that is written to the source bucket before the time is replicated to the destination bucket as new data. The value of this element is in GMT.