TransactionalBatchResponse.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET