A Cassandra data store is made up of a collection of Column Families often referred to as tables. Within each table is a collection of columns. These columns consist of a combination of metadata and data.
| Property | Metadata | Value |
|---|---|---|
| Name | 2 bytes (length as short int) | byte[] |
| Flags | 1 byte |