Class AggregateFacetResult<TOutput>
Represents the result of a single facet.
public sealed class AggregateFacetResult<TOutput> : AggregateFacetResult
  Type Parameters
TOutputThe type of the output.
- Inheritance
 - 
      
      
      AggregateFacetResult<TOutput>
 
- Inherited Members
 
Constructors
- AggregateFacetResult(string, IEnumerable<TOutput>)
 Initializes a new instance of the AggregateFacetResult<TOutput> class.
Properties
- Output
 Gets or sets the output.