AWS SDK for .NET Documentation
LifecycleRule Class
AmazonAmazon.S3.ModelLifecycleRule Did this page help you?   Yes   No    Tell us about it...
Values defining a lifecycle rule.
Declaration Syntax
C#
public class LifecycleRule
Members
All MembersConstructorsMethodsProperties



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

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Expiration
Defines the length of time, in days, before objects expire.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Id
Unique identifier for the rule.

NoncurrentVersionExpiration
Defines the length of time, in days, before noncurrent versions expire.

NoncurrentVersionTransition
The transition rule that describes when noncurrent versions transition to the Glacier storage class.

Prefix
The prefix property for the rule. Identifies one or more objects in a bucket to which the rule applies.

Status
If Enabled, the rule is currently being applied. If Disabled, the rule is not currently being applied.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Transition
Gets and sets the transition property of the rule

Inheritance Hierarchy
Object
LifecycleRule

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