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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET