ids

fun ids(value: List<String>): Condition

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.


fun ids(vararg value: String): Condition

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.