Skip to content

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

readonly kind: "changeset"

Defined in: packages/core/src/batch/batch-types.ts:37


parts

readonly parts: readonly BatchRequestPart[]

Defined in: packages/core/src/batch/batch-types.ts:39

The individual sub-requests within this changeset