IRequestOptions Members

Windows Runtime Azure Storage Client Library

An interface required for request option types.

The following tables list the members exposed by the IRequestOptions type.

Public Properties

  Name Description
public property LocationMode Gets or sets the location mode of the request.
public property MaximumExecutionTime Gets or sets the maximum execution time across all potential retries.
public property RetryPolicy Gets or sets the retry policy for the request.
public property ServerTimeout Gets or sets the default server timeout for the request.
Top

See Also