Table of Contents

Class ReplicationTime

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

A container specifying the time when all objects and operations on objects are replicated. Must be specified together with a

Metrics
block.
public class ReplicationTime
Inheritance
ReplicationTime
Inherited Members

Constructors

ReplicationTime()

public ReplicationTime()

Properties

Status

Specifies whether the replication time is enabled.

public ReplicationTimeStatus Status { get; set; }

Property Value

ReplicationTimeStatus

Time

A container specifying the time by which replication should complete for all objects and operations on objects.

public ReplicationTimeValue Time { get; set; }

Property Value

ReplicationTimeValue