Class AggregateFacetResult
Represents an abstract AggregateFacetResult with an arbitrary TOutput type.
public abstract class AggregateFacetResult
- Inheritance
-
AggregateFacetResult
- Derived
- Inherited Members
Properties
Name
Gets the name of the facet.
public string Name { get; }
Property Value
Methods
Output<TOutput>()
Gets the output of the facet.
public IReadOnlyList<TOutput> Output<TOutput>()
Returns
- IReadOnlyList<TOutput>
The output of the facet.
Type Parameters
TOutput
The type of the output documents.