Click or drag to resize
TableOptions Class
Inheritance Hierarchy
SystemObject
  DseTableOptions

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

The TableOptions type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
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 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
See Also

Reference