TableRequestOptions Members

Represents a set of timeout and retry policy options that may be specified for a request against the Table service.

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

Public Constructors

  Name Description
  TableRequestOptions Overloaded.  

Top

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 for all potential retries for the request.
public property PayloadFormat Gets or sets the TablePayloadFormat that will be used for the request.
public property PropertyResolver Gets or sets the delegate that is used to get the EdmType for an entity property given the partition key, row key, and the property name.
public property RetryPolicy Gets or sets the retry policy for the request.
public property ServerTimeout Gets or sets the server timeout interval for the request.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

TableRequestOptions Class
Microsoft.WindowsAzure.Storage.Table Namespace