TableStatusReport Class

 

Represents the status of storage (e.g. SQL database).

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Models
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Models.TableStatusReport

public class TableStatusReport

NameDescription
System_CAPS_pubpropertyError

If the storage operation wasn't successful, this will contain the error information.

System_CAPS_pubpropertyLatencyMS

The latency of the attempted storage operation in milliseconds.

System_CAPS_pubpropertyStatusCode

Status code indicating the status of the remote store.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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
Show: