Enumeration: CollectionExpirationMode
The mode that determines how the expiration of the collection is to be handled.
- Never: The collection will never expire.
- FixedDurationAfterCreate: The TTL is a fixed duration that begins after the collection is created.
- FixedDurationAfterLastUpdate: The TTL is a fixed duration that resets with every update to the collection.
Enumeration Members
| Enumeration Member | Value |
|---|---|
FixedDurationAfterCreate |
"fixed_duration_after_create" |
FixedDurationAfterLastUpdate |
"fixed_duration_after_last_update" |
Never |
"never" |