Get Table Result
data class GetTableResult(val clusterStates: Map<String, String>, val columnFamilies: Map<String, String>, val deletionProtection: Boolean, val granularity: String, val name: String, val restoreInfo: RestoreInfoResponse, val stats: TableStatsResponse)
Constructors
Link copied to clipboard
fun GetTableResult(clusterStates: Map<String, String>, columnFamilies: Map<String, String>, deletionProtection: Boolean, granularity: String, name: String, restoreInfo: RestoreInfoResponse, stats: TableStatsResponse)
Types
Properties
Link copied to clipboard
Map from cluster ID to per-cluster table state. If it could not be determined whether or not the table has data in a particular cluster (for example, if its zone is unavailable), then there will be an entry for the cluster with UNKNOWN replication_status
. Views: REPLICATION_VIEW
, ENCRYPTION_VIEW
, FULL