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 | |
---|---|---|
TableStatusReport() |
Properties
Name | Description | |
---|---|---|
Error | If the storage operation wasn't successful, this will contain the error information. |
|
LatencyMS | The latency of the attempted storage operation in milliseconds. |
|
StatusCode | Status code indicating the status of the remote store. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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