| Modifier and Type | Required Element and Description | 
|---|---|
String | 
name
The name of the table. 
 | 
| Modifier and Type | Optional Element and Description | 
|---|---|
boolean | 
caseSensitiveKeyspace
Whether the keyspace name is a case sensitive one. 
 | 
boolean | 
caseSensitiveTable
Whether the table name is a case sensitive one. 
 | 
String | 
keyspace
The name of the keyspace the table is part of. 
 | 
String | 
readConsistency
The consistency level to use for the read operations provded by the  
Mapper class. | 
String | 
writeConsistency
The consistency level to use for the write operations provded by the  
Mapper class. | 
public abstract String name
public abstract String keyspace
public abstract boolean caseSensitiveKeyspace
public abstract boolean caseSensitiveTable
Copyright © 2012–2019. All rights reserved.