Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EvictionPolicy

Represents the eviction policy that should be used for a bucket.

Index

Enumeration members

FullEviction = "fullEviction"

Indicates that both the document meta-data and value should be evicted.

NoEviction = "noEviction"

Indicates that nothing should be evicted.

NotRecentlyUsed = "nruEviction"

Indicates that the least recently used documents are evicted.

ValueOnly = "valueOnly"

Indicates that only the value of a document should be evicted.

Generated using TypeDoc