TableBatchResult Class

Definition

Represents the result of a table batch operation.

public sealed class TableBatchResult : System.Collections.Generic.List<Microsoft.Azure.Cosmos.Table.TableResult>
type TableBatchResult = class
    inherit List<TableResult>
Public NotInheritable Class TableBatchResult
Inherits List(Of TableResult)
Inheritance
TableBatchResult

Remarks

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

Constructors

TableBatchResult()

Initializes a new instance of the TableBatchResult class.

Properties

ActivityId

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

RequestCharge

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

Applies to