package fill
- Since
4.7
- Note
Requires MongoDB 5.3 or greater.
- See also
Aggregates.fill
- Alphabetic
- By Inheritance
- fill
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type FillOptions = com.mongodb.client.model.fill.FillOptions
Represents optional fields of the
$fill
pipeline stage of an aggregation pipeline.Represents optional fields of the
$fill
pipeline stage of an aggregation pipeline.- Annotations
- @Evolving()
- See also
Aggregates.fill
- type FillOutputField = com.mongodb.client.model.fill.FillOutputField
The core part of the
$fill
pipeline stage of an aggregation pipeline.The core part of the
$fill
pipeline stage of an aggregation pipeline. A pair of an expression/method and a path to a field to be filled with evaluation results of the expression/method.- Annotations
- @Evolving()
- See also
Aggregates.fill
- type LinearFillOutputField = com.mongodb.client.model.fill.LinearFillOutputField
- Annotations
- @Evolving()
- See also
FillOutputField.linear
- type LocfFillOutputField = com.mongodb.client.model.fill.LocfFillOutputField
- Annotations
- @Evolving()
- See also
FillOutputField.locf
- type ValueFillOutputField = com.mongodb.client.model.fill.ValueFillOutputField
- Annotations
- @Evolving()
- See also
FillOutputField.value
Value Members
- object FillOptions
Represents optional fields of the
$fill
pipeline stage of an aggregation pipeline.Represents optional fields of the
$fill
pipeline stage of an aggregation pipeline.- Since
4.7
- Note
Requires MongoDB 5.3 or greater.
- See also
Aggregates.fill
- object FillOutputField
The core part of the
$fill
pipeline stage of an aggregation pipeline.The core part of the
$fill
pipeline stage of an aggregation pipeline. A pair of an expression/method and a path to a field to be filled with evaluation results of the expression/method.- Since
4.7
- Note
Requires MongoDB 5.3 or greater.
- See also
Aggregates.fill
This is the documentation for the MongoDB Scala driver.
Driver structure
The mongodb scala driver.
To get started you need a MongoClient instance, either from a connection string or via a org.mongodb.scala.MongoClientSettings.
Notable packages include: