Table Capacity Property NFX Class Library

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

Returns the maximum number of items that this table can hold at any given time given that no items will have any key hash collisions

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

public int Capacity { get; }

Property Value

Type: OnlineInt32
See Also