Package | Description |
---|---|
com.mongodb.client.model |
This package contains models and options that help describe MongoCollection operations
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Facet> |
Aggregates.FacetStage.facets |
Modifier and Type | Method and Description |
---|---|
static Bson |
Aggregates.facet(Facet... facets)
Creates a facet pipeline stage
|
Modifier and Type | Method and Description |
---|---|
static Bson |
Aggregates.facet(java.util.List<Facet> facets)
Creates a facet pipeline stage
|
Constructor and Description |
---|
FacetStage(java.util.List<Facet> facets) |