Skip to content

Commit a16d247

Browse files
authored
Merge pull request #104159 from SnehaGunda/PrivateLinks
Updating TTl doc
2 parents db986a7 + 71c8cbe commit a16d247

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/cosmos-db/time-to-live.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ The time to live value is set in seconds, and it is interpreted as a delta from
3939

4040
* If TTL is not set on a container, then the time to live on an item in this container has no effect.
4141

42-
* If TTL on a container is set to -1, an item in this container that has the time to live set to n, will expire after n seconds, and remaining items will not expire.
43-
44-
Deleting items based on TTL is free. There is no additional cost (that is, no additional RUs are consumed) when item is deleted as a result of TTL expiration.
42+
* If TTL on a container is set to -1, an item in this container that has the time to live set to n, will expire after n seconds, and remaining items will not expire.
4543

4644
## Examples
4745

0 commit comments

Comments
 (0)