Table of Contents

Constructor AggregateFacet

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

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 string

The facet name.

pipeline PipelineDefinition<TInput, TOutput>

The facet pipeline.