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. For additional information, see Introduction to clustered tables.

Implementation

core.List<core.String>? fields;