mode property

String? mode
getter/setter pair

A column's mode indicates whether values in this column are required, nullable, or repeated.

Only NULLABLE, REQUIRED, and REPEATED values are supported. Default mode is NULLABLE.

Optional.

Implementation

core.String? mode;