additionalOptions property
Additional options that will be provided as key/value pairs into the options clause of a create table/view statement.
See https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language for more information on which options are supported.
Implementation
core.Map<core.String, core.String>? additionalOptions;