Class Bucket.LifecycleData.RuleData
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
Inheritance
object
Bucket.LifecycleData.RuleData
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.RuleData
Properties
Action
The action to take.
Declaration
[JsonProperty("action")]
public virtual Bucket.LifecycleData.RuleData.ActionData Action { get; set; }
Property Value
Type | Description |
---|---|
Bucket.LifecycleData.RuleData.ActionData |
Condition
The condition(s) under which the action will be taken.
Declaration
[JsonProperty("condition")]
public virtual Bucket.LifecycleData.RuleData.ConditionData Condition { get; set; }
Property Value
Type | Description |
---|---|
Bucket.LifecycleData.RuleData.ConditionData |