Class GetBucketOptions (3.5.0)

public sealed class GetBucketOptions

Options for GetBucket operations.

Inheritance

Object > GetBucketOptions

Namespace

Google.Cloud.Storage.V1

Assembly

Google.Cloud.Storage.V1.dll

Properties

IfMetagenerationMatch

public long? IfMetagenerationMatch { get; set; }

Precondition for retrieval: the bucket is only fetched if its meta-generation matches the given value.

Property Value
TypeDescription
Nullable<Int64>

IfMetagenerationNotMatch

public long? IfMetagenerationNotMatch { get; set; }

Precondition for retrieval: the bucket is only fetched if its meta-generation does not match the given value.

Property Value
TypeDescription
Nullable<Int64>

Projection

public Projection? Projection { get; set; }

The projection to retrieve.

Property Value
TypeDescription
Nullable<Projection>

UserProject

public string UserProject { get; set; }

If set, this is the ID of the project which will be billed for the request. The caller must have suitable permissions for the project being billed.

Property Value
TypeDescription
String