Constructor AggregateFacet
AggregateFacet(string, PipelineDefinition<TInput, TOutput>)
Initializes a new instance of the AggregateFacet<TInput, TOutput> class.
public AggregateFacet(string name, PipelineDefinition<TInput, TOutput> pipeline)
Parameters
name
stringThe facet name.
pipeline
PipelineDefinition<TInput, TOutput>The facet pipeline.