Click or drag to resize

TableOptions Class

Inheritance Hierarchy
SystemObject
  DseTableOptions

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class TableOptions

The TableOptions type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBloomFilterFpChance
The false positive chance for the bloom filter of this table.
Public propertyCaching
The caching option for this table.
Public propertyComment
The commentary set for this table.
Public propertyCompactionOptions
The compaction options for this table.
Public propertyCompressionParams
The compression options for this table.
Public propertyGcGraceSeconds
The tombstone garbage collection grace time in seconds for this table.
Public propertyIsCompactStorage
Whether the table uses the COMPACT STORAGE option.
Public propertyLocalReadRepairChance
The (cluster) local read repair chance set for this table.
Public propertyNodeSync
Represents the nodesync options for this table.

For DSE versions prior to 6.0.0, this method always returns null. If nodesync was not explicitly configured for this table this method will also return null.

Public propertyReadRepairChance
The chance with which a read repair is triggered for this table.
Public propertyReplicateOnWrite
Whether replicateOnWrite is set for this table. This is only meaningful for tables holding counters.
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference