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 SDK | OData Web API |
|---|---|
NewOrUpdatedItem | Record in value[] without |
$deletedEntity in context | |
RemovedOrDeletedItem | Record with @odata.context |
containing $deletedEntity | |
DataToken (string) | @odata.deltaLink URL with |
| embedded delta token | |
MoreRecords + PagingCookie | @odata.nextLink URL |
Structs§
- OData
Delta Response - OData delta response from the Dataverse Web API.
Enums§
- Dataverse
Change - 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.