The settings for a container in an Azure Cosmos DB Core (SQL) API account are configured as shown in the following exhibit. Which statement describes the configuration of the container?
A.
All items will be deleted after one year.
B.
Items stored in the collection will be retained always, regardless of the items time to live value.
C.
Items stored in the collection will expire only if the item has a time to live value.
Suggested Answer:C🗳️
When DefaultTimeToLive is -1 then your Time to Live setting is On (No default) Time to Live on a container, if present and the value is set to "-1", it is equal to infinity, and items don't expire by default. Time to Live on an item: This Property is applicable only if DefaultTimeToLive is present and it is not set to null for the parent container. If present, it overrides the DefaultTimeToLive value of the parent container. Reference: https://docs.microsoft.com/en-us/azure/cosmos-db/sql/time-to-live
Item stored in the collection will expire only if the item has a time to live value.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
azuredemo2022three
Highly Voted 9 months, 1 week agoTuopikson
Most Recent 1 week ago