Show / Hide Table of Contents

Class Bucket.AutoclassData

The bucket's Autoclass configuration.

Inheritance
object
Bucket.AutoclassData
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.AutoclassData

Properties

Enabled

Whether or not Autoclass is enabled on this bucket

Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type Description
bool?

ToggleTime

System.DateTime representation of ToggleTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTime? ToggleTime { get; set; }
Property Value
Type Description
DateTime?

ToggleTimeRaw

A date and time in RFC 3339 format representing the instant at which "enabled" was last toggled.

Declaration
[JsonProperty("toggleTime")]
public virtual string ToggleTimeRaw { get; set; }
Property Value
Type Description
string
In This Article
Back to top Generated by DocFX