fields property

List<String>? fields
getter/setter pair

One or more fields on which data should be clustered.

Only top-level, non-repeated, simple-type fields are supported. The ordering of the clustering fields should be prioritized from most to least important for filtering purposes. Additional information on limitations can be found here: https://cloud.google.com/bigquery/docs/creating-clustered-tables#limitations

Implementation

core.List<core.String>? fields;