mode property
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;
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.
core.String? mode;