| TableOptions Constructor (String, Double, Double, Boolean, Int32, Double, String, SortedDictionaryString, String, SortedDictionaryString, String) | 
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic 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