MongoDB request DSL • opensavvy.ktmongo.dsl.aggregation.stages • HasCount
HasCount¶
Pipeline implementing the $count
stage.
Inheritors¶
Properties¶
context
¶
abstract val context:
The context used to generate this pipeline.
Functions¶
countTo
¶
Counts how many elements exist in the pipeline and outputs a single document containing a single field
containing the count.
Counts how many elements exist in the pipeline and outputs a single document containing a single field
containing the count.
reinterpret
¶
abstract fun <New : Any> reinterpret(): Pipeline<New>
Changes the type of the returned document, with no type-safety.
toString
¶
JSON representation of this pipeline.
withStage
¶
Creates a new pipeline that expands on the current one by adding stage
.
writeTo
¶
abstract fun writeTo(writer: )
Writes the entire pipeline into writer
.