Storage Batch Operations v1 API - Class PrefixList (1.0.0-beta01)

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.

Inheritance

object > PrefixList

Namespace

Google.Cloud.StorageBatchOperations.V1

Assembly

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