deleted
Creates a deletion state condition using a boolean value. Matches documents based on their deletion state.
Return
A new deletion state condition.
Parameters
value
true for deleted documents, false for active documents.
Creates a deletion state condition using a DeletionState enum. Matches documents based on their deletion state.
Return
A new deletion state condition.
Parameters
value
The deletion state to match.