TableColumnFamily

data class TableColumnFamily(val family: String, val type: String? = null)

Constructors

Link copied to clipboard
constructor(family: String, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the column family.

Link copied to clipboard
val type: String? = null

The type of the column family.