Table RecPerPage Property NFX Class Library

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

Returns how many slots are pre-allocated per table's bucket(page) when more than one item produces hash collision. The higher the number, the more primary hash collisions can be accomodated by re-hashing on pages (secondary hash table within primary buckets)

Namespace: NFX.DataAccess.Cache
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public int RecPerPage { get; }

Property Value

Type: OnlineInt32
See Also