mode property

String? mode
getter/setter pair

A column's mode indicates whether the values in this column are required, nullable, etc.

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

Optional.

Implementation

core.String? mode;