Class AggregateFacet<TInput, TOutput>
Represents a facet to be passed to the Facet method.
Type Parameters
TInput
The type of the input documents.
TOutput
The type of the otuput documents.
- Inheritance
-
Aggregate
Facet <TInput>AggregateFacet<TInput, TOutput>
- Inherited Members
Constructors
AggregateFacet(string, PipelineDefinition<TInput, TOutput>)
Initializes a new instance of the AggregateFacet<TInput, TOutput> class.
Parameters
name
stringThe facet name.
pipeline
PipelineDefinition <TInput, TOutput>The facet pipeline.
Properties
OutputSerializer
Gets the output serializer.
Property Value
OutputType
Gets the type of the output documents.
Property Value
Pipeline
Gets the facet pipeline.
Property Value
- Pipeline
Definition <TInput, TOutput>
Methods
RenderPipeline(IBsonSerializer<TInput>, IBsonSerializerRegistry, LinqProvider)
Renders the facet pipeline.
public override BsonArray RenderPipeline(IBsonSerializer<TInput> inputSerializer, IBsonSerializerRegistry serializerRegistry, LinqProvider linqProvider)
Parameters
inputSerializer
IBsonSerializer <TInput>The input serializer.
serializerRegistry
IBsonSerializer Registry The serializer registry.
linqProvider
LinqProvider The LINQ provider.
Returns
- Bson
Array The rendered pipeline.