TableStatusReport Class
Represents the status of storage (e.g. SQL database).
Assembly: Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)
| Name | Description | |
|---|---|---|
![]() | TableStatusReport() |
| 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. |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


