fieldMask property

List<FieldMask>? fieldMask
final

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

final List<FieldMask>? fieldMask;