Class Bucket.LifecycleData.RuleData.ActionData
The action to take.
Inherited Members
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 |