Table of Contents

Class ObjectLockRetention

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

A Retention configuration for an object.

public class ObjectLockRetention
Inheritance
ObjectLockRetention
Inherited Members

Constructors

ObjectLockRetention()

public ObjectLockRetention()

Properties

Mode

Gets and sets the property Mode.

Indicates the Retention mode for the specified object.

public ObjectLockRetentionMode Mode { get; set; }

Property Value

ObjectLockRetentionMode

RetainUntilDate

Gets and sets the property RetainUntilDate.

public DateTime RetainUntilDate { get; set; }

Property Value

DateTime