public sealed class BucketList : IMessage<BucketList>, IEquatable<BucketList>, IDeepCloneable<BucketList>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Batch Operations v1 API class BucketList.
Describes list of buckets and their objects to be transformed.
Implements
IMessageBucketList, IEquatableBucketList, IDeepCloneableBucketList, IBufferMessage, IMessageNamespace
Google.Cloud.StorageBatchOperations.V1Assembly
Google.Cloud.StorageBatchOperations.V1.dll
Constructors
BucketList()
public BucketList()
BucketList(BucketList)
public BucketList(BucketList other)
Parameter | |
---|---|
Name | Description |
other |
BucketList |
Properties
Buckets
public RepeatedField<BucketList.Types.Bucket> Buckets { get; }
Required. List of buckets and their objects to be transformed. Currently, only one bucket configuration is supported. If multiple buckets are specified, an error will be returned.
Property Value | |
---|---|
Type | Description |
RepeatedFieldBucketListTypesBucket |