Constructor
new TableMetadata(name)
Extends:
Parameters:
Name | Type | Description |
---|---|---|
name |
String | Name of the Table |
Extends
Members
bloomFilterFalsePositiveChance :number
Type:
- number
- Inherited From:
- Overrides:
caching :String
Type:
- String
- Inherited From:
- Overrides:
clusteringKeys :Array
Type:
- Array
- Inherited From:
- Overrides:
clusteringOrder :Array
Type:
- Array
- Inherited From:
- Overrides:
columns :Array
Type:
- Array
- Inherited From:
- Overrides:
columnsByName :Object
Type:
- Object
- Inherited From:
- Overrides:
comment :String
Type:
- String
- Inherited From:
- Overrides:
compactionClass :String
Type:
- String
- Inherited From:
- Overrides:
compactionOptions :Object
Type:
- Object
- Inherited From:
- Overrides:
compression :Object
Type:
- Object
- Inherited From:
- Overrides:
crcCheckChance :Number|null
For Cassandra versions prior to 3.0.0, this method always returns {@code null}.
Type:
- Number | null
- Inherited From:
- Overrides:
defaultTtl :Number
Note: this option is not available in Cassandra 1.2 and will return 0 (no default TTL) when connected to 1.2 nodes.
Type:
- Number
- Inherited From:
- Overrides:
extensions :Object
For Cassandra versions prior to 3.0.0, this method always returns {@code null}.
Type:
- Object
- Inherited From:
- Overrides:
gcGraceSeconds :number
Type:
- number
- Inherited From:
- Overrides:
indexes :Array.<Index>
Type:
- Array.<Index>
indexInterval :Number|null
Note: this option is only available in Cassandra 2.0. It is deprecated in Cassandra 2.1 and above, and will therefore return {@code null} for 2.1 nodes.
Type:
- Number | null
isCompact :Boolean
Type:
- Boolean
localReadRepairChance :number
Type:
- number
- Inherited From:
- Overrides:
maxIndexInterval :Number|null
Note: this option is available in Cassandra 2.1 and above, and will return {@code null} for earlier versions.
Type:
- Number | null
- Inherited From:
- Overrides:
memtableFlushPeriod :Number
Note: this option is available only on Cassandra 2.x and will return 0 (no periodic flush) when connected to 1.2 nodes.
Type:
- Number
minIndexInterval :Number|null
Note: this option is available in Cassandra 2.1 and above, and will return {@code null} for earlier versions.
Type:
- Number | null
- Inherited From:
- Overrides:
name :String
Type:
- String
- Inherited From:
- Overrides:
partitionKeys :Array
Type:
- Array
- Inherited From:
- Overrides:
populateCacheOnFlush :Boolean
Type:
- Boolean
- Inherited From:
- Overrides:
readRepairChance :number
Type:
- number
- Inherited From:
- Overrides:
replicateOnWrite :Boolean
Type:
- Boolean
speculativeRetry :String
Note: this option is not available in Cassandra 1.2 and will return "NONE" (no speculative retry) when connected to 1.2 nodes.
Type:
- String
- Inherited From:
- Overrides: