Click or drag to resize

LifecycleRule Class

Bucket lifecycle rules
Inheritance Hierarchy
SystemObject
  OBS.ModelLifecycleRule

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public class LifecycleRule

The LifecycleRule type exposes the following members.

Constructors
  NameDescription
Public methodLifecycleRule
Initializes a new instance of the LifecycleRule class
Top
Properties
  NameDescription
Public propertyExpiration
Expiration time of an object
Public propertyId
Rule ID, which consists of 1 to 255 characters
Public propertyNoncurrentVersionExpiration
Expiration time of an object noncurrent version
Public propertyNoncurrentVersionTransitions
Transition policy for noncurrent versions
Public propertyPrefix
Object name prefix that identifies objects to which the rule applies
Public propertyStatus
Rule status.
Public propertyTransitions
Object transition policy
Top
See Also