A rope-bridge inspection feed must include deletes and intermediate item versions from Cosmos DB. Which change feed configuration should the developer select?
Select an answer to reveal the explanation.
Short Explanation
Need every draft and the shredder events? Flip to all-versions-and-deletes—and know continuous backup is the ticket that unlocks it. Latest-version alone will not show those deletes.
Full Explanation
Cosmos DB offers all-versions-and-deletes change feed mode to include deletes and intermediate versions beyond latest-version behavior. Continuous backup is the documented prerequisite for that mode. Latest-version mode, consistency overrides, and timers do not substitute for selecting the correct change feed mode with its backup requirement.