[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.CacheAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Property Value
Type:
See Also