Click or drag to resize

TableOptions Constructor (String, Double, Double, Boolean, Int32, Double, String, SortedDictionaryString, String, SortedDictionaryString, String)

Initializes a new instance of the TableOptions class

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public TableOptions(
	string comment,
	double readRepair,
	double localReadRepair,
	bool replicateOnWrite,
	int gcGrace,
	double bfFpChance,
	string caching,
	SortedDictionary<string, string> compactionOptions,
	SortedDictionary<string, string> compressionParams
)

Parameters

comment
Type: SystemString
readRepair
Type: SystemDouble
localReadRepair
Type: SystemDouble
replicateOnWrite
Type: SystemBoolean
gcGrace
Type: SystemInt32
bfFpChance
Type: SystemDouble
caching
Type: SystemString
compactionOptions
Type: System.Collections.GenericSortedDictionaryString, String
compressionParams
Type: System.Collections.GenericSortedDictionaryString, String
See Also