MemoryPromotionPolicy Type
Policy for memory promotion/demotion between tiers
Union cases
| Union case |
Description
|
Full Usage:
AccessThreshold count
Parameters:
int
|
Promote to higher tier after N accesses
|
Full Usage:
Manual
|
Never promote automatically |
|
Promote based on recency
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAccessThreshold
Returns: bool
|
|
Full Usage:
this.IsManual
Returns: bool
|
|
Full Usage:
this.IsRecencyBased
Returns: bool
|
|
Nao