Table of Contents

Enum PreemptionPriority

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

Enumeration used to indicate the priority of keeping a given object in the ScaleOut service under low-memory conditions. Removable objects are removed from memory when memory runs low based on a least recently used algorithm.

public enum PreemptionPriority : byte

Fields

Normal = 1

The object is a candidate for removal from StateServer memory if memory pressure warrants

NotRemovable = 0

The associated object must remain in memory until its expiration is reached or the object is explicitly removed.