Table of Contents

Constructor AggregateFacetResult

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

AggregateFacetResult(string, IEnumerable<TOutput>)

Initializes a new instance of the AggregateFacetResult<TOutput> class.

public AggregateFacetResult(string name, IEnumerable<TOutput> output)

Parameters

name string

The name.

output IEnumerable<TOutput>

The output.