Interface: BatchChangesetPart
Defined in: packages/core/src/batch/batch-types.ts:36
Represents a changeset — a group of data modification operations that must be executed atomically (all succeed or all roll back).
Per OData v4 Part 1 section 11.7: changesets cannot contain GET requests.
Properties
kind
readonlykind:"changeset"
Defined in: packages/core/src/batch/batch-types.ts:37
parts
readonlyparts: readonlyBatchRequestPart[]
Defined in: packages/core/src/batch/batch-types.ts:39
The individual sub-requests within this changeset