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)
Usage
Visual Basic |
---|
Dim instance As TableRequestOptions
|
Syntax
Visual Basic |
---|
Public NotInheritable Class TableRequestOptions
Implements IRequestOptions |
C# |
---|
public sealed class TableRequestOptions : IRequestOptions |
C++ |
---|
public ref class TableRequestOptions sealed : IRequestOptions |
J# |
---|
public final class TableRequestOptions implements IRequestOptions |
JScript |
---|
public final class TableRequestOptions implements IRequestOptions |
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Storage.Table.TableRequestOptions
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.
Platforms
See Also