public sealed class GetBucketOptions
Reference documentation and code samples for the Google Cloud Storage v1 API class GetBucketOptions.
Options for GetBucket
operations.
Namespace
Google.Cloud.Storage.V1Assembly
Google.Cloud.Storage.V1.dll
Properties
Generation
public long? Generation { get; set; }
The bucket generation to be retrieved. It must be set if is true.
Property Value | |
---|---|
Type | Description |
long |
IfMetagenerationMatch
public long? IfMetagenerationMatch { get; set; }
Precondition for retrieval: the bucket is only fetched if its meta-generation matches the given value.
Property Value | |
---|---|
Type | Description |
long |
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 | |
---|---|
Type | Description |
long |
Projection
public Projection? Projection { get; set; }
The projection to retrieve.
Property Value | |
---|---|
Type | Description |
Projection |
RetryOptions
public RetryOptions RetryOptions { get; set; }
Options to pass custom retry configuration for each API request.
Property Value | |
---|---|
Type | Description |
RetryOptions |
SoftDeleted
public bool? SoftDeleted { get; set; }
If true, the soft-deleted version of the bucket will be retrieved. If true, must be set.
Property Value | |
---|---|
Type | Description |
bool |
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 | |
---|---|
Type | Description |
string |