Class TableResult
- Namespace
- Microsoft.Azure.Cosmos.Table
- Assembly
- Microsoft.Azure.Cosmos.Table.dll
public sealed class TableResult
- Inheritance
-
TableResult
- Inherited Members
-
Constructors
TableResult()
Properties
Etag
public string Etag { get; set; }
Property Value
- string
HttpStatusCode
public int HttpStatusCode { get; set; }
Property Value
- int
RequestCharge
public double? RequestCharge { get; }
Property Value
- double?
Result
public object Result { get; set; }
Property Value
- object
SessionToken
public string SessionToken { get; }
Property Value
- string