Edit

Share via


BatchItem<T> Struct

Definition

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
BatchItem<T>

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.

Applies to