Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

TableResult Class (Microsoft.WindowsAzure.Storage.Table)

Represents the result of a table operation.

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

Inheritance Hierarchy

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

Syntax

 
public sealed class TableResult
 
public ref class TableResult sealed 
 
[<Sealed>]
type TableResult = class end
 
Public NotInheritable Class TableResult

Constructors

NameDescription
System_CAPS_pubmethodTableResult()()()()

Properties

NameDescription
System_CAPS_pubpropertyEtagEtagEtagEtag

Gets or sets the ETag returned with the TableOperation request results.

System_CAPS_pubpropertyHttpStatusCodeHttpStatusCodeHttpStatusCodeHttpStatusCode

Gets or sets the HTTP status code returned by a TableOperation request.

System_CAPS_pubpropertyResultResultResultResult

Gets or sets the result returned by the TableOperation as an Object.

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.)

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.

Return to top