ids
Creates an IDs condition. Matches documents with any of the specified identifiers.
Return
A new IDs condition.
Parameters
value
The list of ID values to match.
Creates an IDs condition with varargs. Matches documents with any of the specified identifiers.
Return
A new IDs condition.
Parameters
value
The ID values to match.