Class LifecycleConfiguration
Container for lifecycle rules. You can add as many as 1000 rules.
For more information see, Managing your storage lifecycle in the Amazon S3 User Guide.
public class LifecycleConfiguration
- Inheritance
-
LifecycleConfiguration
- Inherited Members
Constructors
LifecycleConfiguration()
public LifecycleConfiguration()
Properties
Rules
Gets and sets the Rules property. These rules defined the lifecycle configuration.
public List<LifecycleRule> Rules { get; set; }