AWS SDK for .NET Documentation
LifecycleTransition Class
AmazonAmazon.S3.ModelLifecycleTransition Did this page help you?   Yes   No    Tell us about it...
LifecycleTransition defines when and how objects transition.
Declaration Syntax
C#
public class LifecycleTransition : IXmlSerializable
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
LifecycleTransition()()()()
Initializes a new instance of the LifecycleTransition class

Date
Gets and sets the date till transition. The Date is stored in UTC with the time portion stripped from the DateTime. Required if the Days property is not set.

Days
Gets and sets the number of days before transition Required if the Date property is not set.

Equals(Object)
Determines whether the specified Object is equal to the current 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.)
StorageClass
Gets and sets the storage class the object will transition to.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDate(DateTime) Obsolete.
Sets the Date property for this request. The Date is stored in UTC with the time portion stripped from the DateTime. Required if the Days property is not set.

WithDays(Int32) Obsolete.
Sets the Days property for this request. Required if the Date property is not set.

WithStorageClass(S3StorageClass) Obsolete.
Sets the StorageClass property for this request.

Inheritance Hierarchy
Object
LifecycleTransition

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)