Class Bucket
Describes configuration of a single bucket and its objects to be transformed.
Implements
Inherited Members
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 |