Package com.mongodb.client.model
Class Facet
java.lang.Object
com.mongodb.client.model.Facet
Defines a Facet for use in $facet pipeline stages.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Facet
- Parameters:
name
- the name of this facetpipeline
- the facet definition pipeline
-
Facet
- Parameters:
name
- the name of this facetpipeline
- the facet definition pipeline
-
-
Method Details