columns property

List<Column>? columns
final

Specifies one or more columns that store your data.

Each schema can have up to 100 columns. Each column can have up to 100 nested types

Implementation

final List<Column>? columns;