LifecycleTransition defines when and how objects transition.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class LifecycleRuleNoncurrentVersionTransition : IXmlSerializable
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | LifecycleRuleNoncurrentVersionTransition()()()() | Initializes a new instance of the LifecycleRuleNoncurrentVersionTransition class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | NoncurrentDays | 
            Indicates the lifetime, in days, of the objects that are subject to the rule. The value must be a non-zero positive integer.
             
             | 
|  | StorageClass | 
            Gets and sets the storage class the object will transition to.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithNoncurrentDays(Int32) | Obsolete. 
            Sets the NoncurrentDays property for this request.
             | 
|  | WithStorageClass(S3StorageClass) | Obsolete. 
            Sets the StorageClass property for this request.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | LifecycleRuleNoncurrentVersionTransition |