TableResult Class

Definition

Represents the result of a table operation.

public sealed class TableResult
type TableResult = class
Public NotInheritable Class TableResult
Inheritance
TableResult

Remarks

The TableResult class encapsulates the HTTP response and any entities returned for a particular TableOperation.

Constructors

TableResult()

Properties

ActivityId

Gets the ActivityId returned from the TableOperation request results, only applied for Cosmos Table Endpoints.

Etag

Gets or sets the ETag returned with the TableOperation request results.

HttpStatusCode

Gets or sets the HTTP status code returned by a TableOperation request.

RequestCharge

Gets the Request Charge returned from the TableOperation request results, only applied for Cosmos Table Endpoints.

Result

Gets or sets the result returned by the TableOperation as an Object.

SessionToken

Gets the session token returned from the TableOperation request results.

Applies to