Table of Contents

Class AggregateFacet

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public static class AggregateFacet
Inheritance
AggregateFacet
Inherited Members

Methods

Create<TInput, TOutput>(string, PipelineDefinition<TInput, TOutput>)

public static AggregateFacet<TInput, TOutput> Create<TInput, TOutput>(string name, PipelineDefinition<TInput, TOutput> pipeline)

Parameters

name string
pipeline PipelineDefinition<TInput, TOutput>

Returns

AggregateFacet<TInput, TOutput>

Type Parameters

TInput
TOutput