Table of Contents

Class AggregateFacetResult<TOutput>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public sealed class AggregateFacetResult<TOutput> : AggregateFacetResult

Type Parameters

TOutput
Inheritance
AggregateFacetResult<TOutput>
Inherited Members

Constructors

AggregateFacetResult(string, IEnumerable<TOutput>)

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

Parameters

name string
output IEnumerable<TOutput>

Properties

Output

public IReadOnlyList<TOutput> Output { get; set; }

Property Value

IReadOnlyList<TOutput>