Show / Hide Table of Contents

Class Bucket.LifecycleData.RuleData.ActionData

The action to take.

Inheritance
object
Bucket.LifecycleData.RuleData.ActionData
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.ActionData

Properties

StorageClass

Target storage class. Required iff the type of the action is SetStorageClass.

Declaration
[JsonProperty("storageClass")]
public virtual string StorageClass { get; set; }
Property Value
Type Description
string

Type

Type of the action. Currently, only Delete, SetStorageClass, and AbortIncompleteMultipartUpload are supported.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX