Share via


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)

Inheritance Hierarchy

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

Syntax

public class TableStatusReport
public ref class TableStatusReport 
type TableStatusReport = class end
Public Class TableStatusReport

Constructors

Name Description
System_CAPS_pubmethod TableStatusReport()

Properties

Name Description
System_CAPS_pubproperty Error

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

System_CAPS_pubproperty LatencyMS

The latency of the attempted storage operation in milliseconds.

System_CAPS_pubproperty StatusCode

Status code indicating the status of the remote store.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

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

See Also

Microsoft.WindowsAzure.Mobile.Service.Models Namespace

Return to top