Skip to main content

Module types

Module types 

Source
Expand description

OData response types for Dataverse change tracking.

These types represent the OData Web API response format, which is the REST equivalent of the platform’s RetrieveEntityChangesResponse.

§Mapping to Platform SDK Types

Platform SDKOData Web API
NewOrUpdatedItemRecord in value[] without
$deletedEntity in context
RemovedOrDeletedItemRecord with @odata.context
containing $deletedEntity
DataToken (string)@odata.deltaLink URL with
embedded delta token
MoreRecords + PagingCookie@odata.nextLink URL

Structs§

ODataDeltaResponse
OData delta response from the Dataverse Web API.

Enums§

DataverseChange
Classified change from a Dataverse delta response.

Functions§

extract_entity_id
Extract the entity ID from an OData record.
is_deleted_entity
Check if a delta response record represents a deleted entity.
parse_delta_changes
Parse a delta response into classified changes.