public sealed class GetObjectOptionsReference documentation and code samples for the Google Cloud Storage v1 API class GetObjectOptions.
Options for GetObject operations.
Namespace
Google.Cloud.Storage.V1Assembly
Google.Cloud.Storage.V1.dll
Properties
EncryptionKey
public EncryptionKey EncryptionKey { get; set; }The encryption key to use for this operation. If this property is null, the EncryptionKey will be used instead. Use None to remove encryption headers from this request.
| Property Value | |
|---|---|
| Type | Description |
EncryptionKey |
|
Generation
public long? Generation { get; set; }The generation of the object resource to fetch. When not set, the latest generation will be retrieved.
| Property Value | |
|---|---|
| Type | Description |
long |
|
IfGenerationMatch
public long? IfGenerationMatch { get; set; }Precondition for retrieval: the object is only fetched if the object's current generation matches the given value.
| Property Value | |
|---|---|
| Type | Description |
long |
|
IfGenerationNotMatch
public long? IfGenerationNotMatch { get; set; }Precondition for retrieval: the object is only fetched if the object's current generation does not match the given value.
| Property Value | |
|---|---|
| Type | Description |
long |
|
IfMetagenerationMatch
public long? IfMetagenerationMatch { get; set; }Precondition for retrieval: the object is only fetched if the object's current meta-generation matches the given value.
| Property Value | |
|---|---|
| Type | Description |
long |
|
IfMetagenerationNotMatch
public long? IfMetagenerationNotMatch { get; set; }Precondition for retrieval: the object is only fetched if the object's current 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 |
|
SoftDeletedOnly
public bool? SoftDeletedOnly { get; set; }If true, only soft-deleted object versions will be retrieved. The default is false.
| 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 |
|