QuestionQ209
Design and implement data modelsYou have an Azure Cosmos DB for NoSQL database that contains a container named Container1.
For Container1, the DefaultTimeToLive property is set to -1.
You add an item to Container1 whose ttl property is 1000.
When will the item be automatically deleted?
- A one second after the item is last accessed
- B 1,000 seconds after the item is last accessed
- C 1,000 seconds after the item is last modified
- D never
Community Discussion