Show / Hide Table of Contents

Class Bucket.LifecycleData

The bucket's lifecycle configuration. See lifecycle management for more information.

Inheritance
System.Object
Bucket.LifecycleData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class 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<Bucket.LifecycleData.RuleData>
In This Article
Back to top