Table of Contents

Class LifecycleRuleNoncurrentVersionTransition

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

LifecycleTransition defines when and how objects transition.

public class LifecycleRuleNoncurrentVersionTransition
Inheritance
LifecycleRuleNoncurrentVersionTransition
Inherited Members

Constructors

LifecycleRuleNoncurrentVersionTransition()

public LifecycleRuleNoncurrentVersionTransition()

Properties

NoncurrentDays

Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action. For information about the noncurrent days calculations, see How Amazon S3 Calculates When an Object Became Noncurrent in the Amazon Simple Storage Service Developer Guide.

public int NoncurrentDays { get; set; }

Property Value

int

StorageClass

The class of storage used to store the object.

public S3StorageClass StorageClass { get; set; }

Property Value

S3StorageClass