AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Specifies when an object transitions to a specified storage class. For more information about Amazon S3 lifecycle configuration rules, see Transitioning Objects Using Amazon S3 Lifecycle in the Amazon S3 User Guide.
Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class LifecycleTransition
The LifecycleTransition type exposes the following members
Name | Description | |
---|---|---|
![]() |
LifecycleTransition() |
Name | Type | Description | |
---|---|---|---|
![]() |
Date | System.Nullable<System.DateTime> |
Gets and sets the property Date. Indicates when objects are transitioned to the specified storage class. The date value must be in ISO 8601 format. The time is always midnight UTC. |
![]() |
Days | System.Nullable<System.Int32> |
Gets and sets the property Days.
Indicates the number of days after creation when objects are transitioned to the specified
storage class. If the specified storage class is |
![]() |
StorageClass | Amazon.S3.S3StorageClass |
Gets and sets the property StorageClass. The storage class to which you want the object to transition. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer