fieldMask property

JSArray<JSAny>? get fieldMask

Specifies the set of fields to return and reduces the amount of data transmitted by the backend.

Adding a field mask does not filter results. Documents do not need to contain values for all the fields in the mask to be part of the result set.

Implementation

external JSArray<JSAny>? get fieldMask;