DefaultPile FreeListSize Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Determines the size of free chunk list. Every segment has FREE_LST_COUNT=16 lists each of this size. This property may only be set on an inactive service instance

Namespace: NFX.ApplicationModel.Pile
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ConfigAttribute]
public int FreeListSize { get; set; }

Property Value

Type: OnlineInt32
See Also