Class AggregateFacetResults
Represents the results of a $facet stage with an arbitrary number of facets.
public class AggregateFacetResults
- Inheritance
-
AggregateFacetResults
- Inherited Members
Constructors
AggregateFacetResults(AggregateFacetResult[])
Initializes a new instance of the AggregateFacetResults class.
public AggregateFacetResults(AggregateFacetResult[] facets)
Parameters
facets
AggregateFacetResult[]The facets.
Properties
Facets
Gets the facets.
public IReadOnlyList<AggregateFacetResult> Facets { get; }