Class DeleteMarkerReplication
Specifies whether Amazon S3 should replicate delete makers.
public class DeleteMarkerReplication
- Inheritance
-
DeleteMarkerReplication
- Inherited Members
Constructors
DeleteMarkerReplication()
public DeleteMarkerReplication()
Properties
Status
Gets and sets the property Status.
The status of the delete marker replication.
note
In the current implementation, Amazon S3 does not replicate the delete markers. Therefore, the status must be
Disabled
. public DeleteMarkerReplicationStatus Status { get; set; }