Class LifecycleRuleNoncurrentVersionTransition
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
StorageClass
The class of storage used to store the object.
public S3StorageClass StorageClass { get; set; }