id

fun id(value: String): Condition

Creates an ID condition. Matches documents with the specified identifier.

Return

A new ID condition.

Parameters

value

The ID value to match.