C#C++F#VB
TableResult Class
Represents the result of a table operation.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Constructors
Name | Description | |
---|---|---|
TableResult()()()() |
Properties
Name | Description | |
---|---|---|
EtagEtagEtagEtag | Gets or sets the ETag returned with the TableOperation request results. | |
HttpStatusCodeHttpStatusCodeHttpStatusCodeHttpStatusCode | Gets or sets the HTTP status code returned by a TableOperation request. | |
ResultResultResultResult | Gets or sets the result returned by the TableOperation as an Object. |
Methods
Name | Description | |
---|---|---|
Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
GetHashCode()()()() | (Inherited from Object.) | |
GetType()()()() | (Inherited from Object.) | |
ToString()()()() | (Inherited from Object.) |
Remarks
The TableResult class encapsulates the HTTP response and any entities returned for a particular TableOperation.
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.