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.
Inherited Members
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 |