CloudQueueClient Properties

Windows Runtime Azure Storage Client Library

Public Properties

  Name Description
public property AuthenticationScheme Gets or sets the authentication scheme to use to sign HTTP requests.
public property BaseUri Gets the base URI for the Queue service client, at the primary location.
public property BufferManager Gets or sets a buffer manager that implements the IBufferManager interface, specifying a buffer pool for use with operations against the Queue service client.
public property Credentials Gets the account credentials used to create the Queue service client.
public property DefaultRequestOptions Gets and sets the default request options for requests made via the Queue service client.
public property LocationMode Gets or sets the default location mode for requests made via the Queue service client. Obsolete.
public property MaximumExecutionTime Gets or sets the maximum execution time across all potential retries. Obsolete.
public property RetryPolicy Gets or sets the default retry policy for requests made via the Queue service client. Obsolete.
public property ServerTimeout Gets or sets the default server timeout for requests made via the Queue service client. Obsolete.
public property StorageUri Gets the Queue service endpoints for both the primary and secondary locations.

See Also