Google Cloud Storage v1 API - Class ListHmacKeysOptions (4.10.0)

public sealed class ListHmacKeysOptions

Reference documentation and code samples for the Google Cloud Storage v1 API class ListHmacKeysOptions.

Options for ListHmacKey operations.

Inheritance

object > ListHmacKeysOptions

Namespace

Google.Cloud.Storage.V1

Assembly

Google.Cloud.Storage.V1.dll

Properties

PageSize

public int? PageSize { get; set; }

The number of results to return per page. (This modifies the per-request page size; it does not affect the total number of results returned.)

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

If set, this token is used to indicate a continued list operation. The value should be taken from the NextPageToken property of either a Page<TResource> or a raw response from AsRawResponses().

Property Value
TypeDescription
string

RetryOptions

public RetryOptions RetryOptions { get; set; }

Options to pass custom retry configuration for each API request.

Property Value
TypeDescription
RetryOptions

ShowDeletedKeys

public bool? ShowDeletedKeys { get; set; }

If set, this determines whether deleted keys are included in the results.

Property Value
TypeDescription
bool