QuestionQ36
Integrate an Azure Cosmos DB solutionYou have a global e-commerce application that stores data in an Azure Cosmos DB Core (SQL) API account. The account is configured for multi-region writes.
You need to create a stored procedure for a custom conflict-resolution policy for a new container. If a conflict is caused by a deletion, the deletion must always take priority.
Which parameter should you check in the stored procedure function?
- A isTombstone
- B conflictingItems
- C existingItem
- D incomingItem
Community Discussion