Condividi tramite


TransactionalBatchResponse.Item[Int32] Property

Definition

Gets the result of the operation at the provided index in the batch.

public virtual Microsoft.Azure.Cosmos.TransactionalBatchOperationResult this[int index] { get; }
member this.Item(int) : Microsoft.Azure.Cosmos.TransactionalBatchOperationResult
Default Public Overridable ReadOnly Property Item(index As Integer) As TransactionalBatchOperationResult

Parameters

index
Int32

0-based index of the operation in the batch whose result needs to be returned.

Property Value

Result of operation at the provided index in the batch.

Implements

Applies to