BatchItem<T> Struct
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.
Batch operation item to be used in transactional operations like ExecuteTransactionalBatchAsync(RequestOptions<TDocument>, IReadOnlyList<BatchItem<TDocument>>, CancellationToken).
generic <typename T>
public value class BatchItem
public readonly struct BatchItem<T>
type BatchItem<'T> = struct
Public Structure BatchItem(Of T)
Type Parameters
- T
The type of the item the response contains.
- Inheritance
Constructors
BatchItem<T>(BatchOperation, T, String, String) |
Initializes a new instance of the BatchItem<T> struct. |
Properties
Id |
Gets the item id required for operation. |
Item |
Gets the batch item payload. |
ItemVersion |
Gets the item version for if match condition. |
Operation |
Gets the operation for this item. |