| TableOptions Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Dse
 Syntax
Syntaxpublic class TableOptions
The TableOptions type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | TableOptions | Initializes a new instance of the TableOptions class | 
|  | TableOptions(String, Double, Double, Boolean, Int32, Double, String, SortedDictionaryString, String, SortedDictionaryString, String) | Initializes a new instance of the TableOptions class | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Overrides ObjectEquals(Object).) | 
|  | GetHashCode | (Overrides ObjectGetHashCode.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | (Overrides ObjectToString.) | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | BloomFilterFpChance | 
             The false positive chance for the bloom filter of this table.
             | 
|  | Caching | 
             The caching option for this table.
             | 
|  | Comment | 
             The commentary set for this table.
             | 
|  | CompactionOptions | 
             The compaction options for this table.
             | 
|  | CompressionParams | 
             The compression options for this table.
             | 
|  | GcGraceSeconds | 
             The tombstone garbage collection grace time in seconds for this table.
             | 
|  | IsCompactStorage | 
             Whether the table uses the COMPACT STORAGE option.
             | 
|  | LocalReadRepairChance | 
             The (cluster) local read repair chance set for this table.
             | 
|  | ReadRepairChance | 
             The chance with which a read repair is triggered for this table.
             | 
|  | ReplicateOnWrite | 
             Whether replicateOnWrite is set for this table. This is only meaningful for
             tables holding counters.
             | 
 See Also
See Also