documentIds property

List<String>? documentIds
getter/setter pair

A set of document IDs to filter by.

If given, only documents with these ids will be pushed and/or pulled.

Implementation

List<String>? documentIds;