QuestionQ3
Maintain an Azure Cosmos DB solutionYou have an Azure Cosmos DB database that contains a container named container1.
You need to make sure items stored in container1 do not expire unless their TTL value is explicitly configured.
What should you do?
- A Set the DefaultTimeToLive property to 0.
- B Remove the DefaultTimeToLive property.
- C Set the DefaultTimeToLive property to null.
- D Set the DefaultTimeToLive property to –1.
Community Discussion