How to retain the change feed in Azure Cosmos DB until the data is deleted? What should be the value of TTL (Time to Live) property?
1
0
null
-1
If the TTL property is set on an item to -1, the change feed will remain if the data is not deleted.