IRequestOptions Interface

Definition

An interface required for request option types.

public interface IRequestOptions
type IRequestOptions = interface
Public Interface IRequestOptions
Derived

Remarks

The QueueRequestOptions, BlobRequestOptions, and Microsoft.Azure.Storage.Table.TableRequestOptions classes implement the IRequestOptions interface.

Properties

LocationMode

Gets or sets the location mode of the request.

MaximumExecutionTime

Gets or sets the maximum execution time across all potential retries.

RequireEncryption

Gets or sets a value to indicate whether data written and read by the client library should be encrypted.

RetryPolicy

Gets or sets the retry policy for the request.

ServerTimeout

Gets or sets the default server timeout for the request.

Applies to