Class Bucket.LifecycleData
The bucket's lifecycle configuration. See lifecycle management for more information.
Inheritance
object
Bucket.LifecycleData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class Bucket.LifecycleData
Properties
Rule
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
Declaration
[JsonProperty("rule")]
public virtual IList<Bucket.LifecycleData.RuleData> Rule { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<T><Bucket.LifecycleData.RuleData> |