aggregateIds

Creates an aggregate IDs condition. Matches documents belonging to any of the specified aggregates.

Return

A new aggregate IDs condition.

Parameters

value

The list of aggregate IDs to match.


fun aggregateIds(vararg value: String): Condition

Creates an aggregate IDs condition with varargs. Matches documents belonging to any of the specified aggregates.

Return

A new aggregate IDs condition.

Parameters

value

The aggregate IDs to match.