project property

List<String>? project
final

A list of fields within the document which should be fetched.

This allows for easy retrieval of select fields without incurring the overhead of fetching the whole document.

Implementation

final List<String>? project;