public sealed class PrefixList : IMessage<PrefixList>, IEquatable<PrefixList>, IDeepCloneable<PrefixList>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Batch Operations v1 API class PrefixList.
Describes prefixes of objects to be transformed.
Implements
IMessagePrefixList, IEquatablePrefixList, IDeepCloneablePrefixList, IBufferMessage, IMessageNamespace
Google.Cloud.StorageBatchOperations.V1Assembly
Google.Cloud.StorageBatchOperations.V1.dll
Constructors
PrefixList()
public PrefixList()
PrefixList(PrefixList)
public PrefixList(PrefixList other)
Parameter | |
---|---|
Name | Description |
other |
PrefixList |
Properties
IncludedObjectPrefixes
public RepeatedField<string> IncludedObjectPrefixes { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |