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

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.

Inheritance

object > BucketList

Namespace

Google.Cloud.StorageBatchOperations.V1

Assembly

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