Table of Contents

Method Output

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Output<TOutput>()

Gets the output of the facet.

public IReadOnlyList<TOutput> Output<TOutput>()

Returns

IReadOnlyList<TOutput>

The output of the facet.

Type Parameters

TOutput

The type of the output documents.