Class PrefixList
Describes prefixes of objects to be transformed.
Implements
Inherited Members
Namespace: Google.Apis.StorageBatchOperations.v1.Data
Assembly: Google.Apis.StorageBatchOperations.v1.dll
Syntax
public class PrefixList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludedObjectPrefixes
Optional. Include prefixes of the objects to be transformed. * Supports full object name * Supports prefix of the object name * Wildcards are not supported * Supports empty string for all objects in a bucket.
Declaration
[JsonProperty("includedObjectPrefixes")]
public virtual IList<string> IncludedObjectPrefixes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |