Get Keyspace Result
data class GetKeyspaceResult(val clientSideTimestampsEnabled: Boolean? = null, val replicationSpecification: KeyspaceReplicationSpecification? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(clientSideTimestampsEnabled: Boolean? = null, replicationSpecification: KeyspaceReplicationSpecification? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
Indicates whether client-side timestamps are enabled (true) or disabled (false) for all tables in the keyspace. To add a Region to a single-Region keyspace with at least one table, the value must be set to true. After you enabled client-side timestamps for a table, you can’t disable it again.
Link copied to clipboard
Specifies the ReplicationStrategy
of a keyspace. The options are: