Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB Node.js Driver. Switch to the latest stable version.
ColumnMetadata¶
metadata~ColumnMetadata()
Describes a column of the table.
Constructor¶
new ColumnMetadata()
Members¶
kind :ColumnKind
Describes role of the column in the table.
Type:
- ColumnKind
type :ColumnInfo
CQL type that the value stored in this column has.