Click or drag to resize

AggregateFacet<TInput, TOutput> Constructor

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntax
public AggregateFacet(
	string name,
	PipelineDefinition<TInput, TOutput> pipeline
)

Parameters

name
Type: System.String
The facet name.
pipeline
Type: MongoDB.Driver.PipelineDefinition<TInput, TOutput>
The facet pipeline.
See Also