TableOptions Constructor (String, TableCapacity, Int32, Int32, Boolean)NFX Class Library

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

Initializes a new instance of the TableOptions class

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

public TableOptions(
	string name,
	TableCapacity capacity,
	int lockCount = 0,
	int maxAgeSec = 0,
	bool parallelSweep = false
)
See Also