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. Specify one or more object prefixes. For example: * To match one object, use a single prefix,
prefix1. * To match multiple objects, use comma-separated prefixes, prefix1, prefix2. * To match all
objects, use an empty prefix, ''
Declaration
[JsonProperty("includedObjectPrefixes")]
public virtual IList<string> IncludedObjectPrefixes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |