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