Show / Hide Table of Contents

Class Bucket

Describes configuration of a single bucket and its objects to be transformed.

Inheritance
object
Bucket
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.StorageBatchOperations.v1.Data
Assembly: Google.Apis.StorageBatchOperations.v1.dll
Syntax
public class Bucket : IDirectResponseSchema

Properties

BucketValue

Required. Bucket name for the objects to be transformed.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Manifest

Specifies objects in a manifest file.

Declaration
[JsonProperty("manifest")]
public virtual Manifest Manifest { get; set; }
Property Value
Type Description
Manifest

PrefixList

Specifies objects matching a prefix set.

Declaration
[JsonProperty("prefixList")]
public virtual PrefixList PrefixList { get; set; }
Property Value
Type Description
PrefixList

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX