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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET