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.

Index

Enumeration members

FixedDurationAfterCreate

FixedDurationAfterCreate: = "fixed_duration_after_create"

FixedDurationAfterLastUpdate

FixedDurationAfterLastUpdate: = "fixed_duration_after_last_update"

Never

Never: = "never"

Generated using TypeDoc