Constructor AggregateFacetResult
AggregateFacetResult(string, IEnumerable<TOutput>)
Initializes a new instance of the AggregateFacetResult<TOutput> class.
public AggregateFacetResult(string name, IEnumerable<TOutput> output)
Parameters
name
stringThe name.
output
IEnumerable<TOutput>The output.