Class AggregateFacetResult<TOutput>
public sealed class AggregateFacetResult<TOutput> : AggregateFacetResult
Type Parameters
TOutput
- Inheritance
-
AggregateFacetResult<TOutput>
- Inherited Members
Constructors
AggregateFacetResult(string, IEnumerable<TOutput>)
public AggregateFacetResult(string name, IEnumerable<TOutput> output)
Parameters
name
stringoutput
IEnumerable<TOutput>
Properties
Output
public IReadOnlyList<TOutput> Output { get; set; }
Property Value
- IReadOnlyList<TOutput>