Table of Contents

Class AggregateFacetResult

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public abstract class AggregateFacetResult
Inheritance
AggregateFacetResult
Derived
Inherited Members

Properties

Name

public string Name { get; }

Property Value

string

Methods

Output<TOutput>()

public IReadOnlyList<TOutput> Output<TOutput>()

Returns

IReadOnlyList<TOutput>

Type Parameters

TOutput