Table of Contents

Class LifecycleRuleAbortIncompleteMultipartUpload

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

Specifies the days since the initiation of an Incomplete Multipart Upload that Lifecycle will wait before permanently removing all parts of the upload.

public class LifecycleRuleAbortIncompleteMultipartUpload
Inheritance
LifecycleRuleAbortIncompleteMultipartUpload
Inherited Members

Constructors

LifecycleRuleAbortIncompleteMultipartUpload()

public LifecycleRuleAbortIncompleteMultipartUpload()

Properties

DaysAfterInitiation

Indicates the number of days that must pass since initiation for Lifecycle to abort an Incomplete Multipart Upload.

public int DaysAfterInitiation { get; set; }

Property Value

int