MongoDB request DSL • opensavvy.ktmongo.dsl.aggregation.operators • ValueOperators
ValueOperators¶
interface ValueOperators : FieldDsl
Supertype for all interface operators describing operators on aggregation values.
Most of the time, end-users will be using the subtype AggregationOperators
instead of this interface.
Inheritors¶
Properties¶
context
¶
abstract val context:
field
¶
Converts a Kotlin property into a Field
.
Functions¶
div
¶
Refers to field
as a nested field of the current value.
Refers to field
as a nested field of the current value.
Refers to child
as a nested field of the current field.
get
¶
Refers to a specific item in an array, by its index.
Refers to a specific item in a map, by its name.
of
¶
Refers to a Kotlin value
within an aggregation value
.
Refers to a BsonType within an aggregation value
.
Refers to a field
within an aggregation value
.
Refers to a field
within an aggregation value
.