MongoDB request DSL • opensavvy.ktmongo.dsl.aggregation.stages • HasLimit
HasLimit¶
Pipeline implementing the $limit stage.
Inheritors¶
Properties¶
context¶
abstract val context: BsonContext
The context used to generate this pipeline.
Functions¶
limit¶
Limits the number of elements passed to the next stage to amount.
Limits the number of elements passed to the next stage to amount.
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: ERROR CLASS: Symbol not found for BsonValueWriter)
Writes the entire pipeline into writer.