Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

Namespace:   Microsoft.WindowsAzure.Storage.Table
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Table.::..TableRequestOptions

Syntax

 
public sealed class TableRequestOptions : IRequestOptions
 
public ref class TableRequestOptions sealed : IRequestOptions
 
[<Sealed>]
type TableRequestOptions = 
    class
        interface IRequestOptions
    end
 
Public NotInheritable Class TableRequestOptions
	Implements IRequestOptions

Constructors

NameDescription
System_CAPS_pubmethodTableRequestOptions()()()()

Initializes a new instance of the TableRequestOptions class.

System_CAPS_pubmethodTableRequestOptions(TableRequestOptions)(TableRequestOptions^)(TableRequestOptions)(TableRequestOptions)

Initializes a new instance of the TableRequestOptions class with the specified TableRequestOptions.

Properties

NameDescription
System_CAPS_pubpropertyEncryptionPolicyEncryptionPolicyEncryptionPolicyEncryptionPolicy

Gets or sets the encryption policy for the request.

System_CAPS_pubpropertyEncryptionResolverEncryptionResolverEncryptionResolverEncryptionResolver

Gets or sets the delegate to get the value indicating whether or not a property should be encrypted, given the partition key, row key, and property name.

System_CAPS_pubpropertyLocationModeLocationModeLocationModeLocationMode

Gets or sets the location mode of the request.

System_CAPS_pubpropertyMaximumExecutionTimeMaximumExecutionTimeMaximumExecutionTimeMaximumExecutionTime

Gets or sets the maximum execution time for all potential retries for the request.

System_CAPS_pubpropertyPayloadFormatPayloadFormatPayloadFormatPayloadFormat

Gets or sets the TablePayloadFormat that will be used for the request.

System_CAPS_pubpropertyProjectSystemPropertiesProjectSystemPropertiesProjectSystemPropertiesProjectSystemProperties

Gets or sets the option to include system properties such as Partition Key and Row Key in queries.

System_CAPS_pubpropertyPropertyResolverPropertyResolverPropertyResolverPropertyResolver

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.

System_CAPS_pubpropertyRequireEncryptionRequireEncryptionRequireEncryptionRequireEncryption

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

System_CAPS_pubpropertyRetryPolicyRetryPolicyRetryPolicyRetryPolicy

Gets or sets the retry policy for the request.

System_CAPS_pubpropertyServerTimeoutServerTimeoutServerTimeoutServerTimeout

Gets or sets the server timeout interval for the request.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top