Table of Contents

Class AggregateLookupOptions<TForeignDocument, TResult>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for the aggregate $lookup stage.

public sealed class AggregateLookupOptions<TForeignDocument, TResult>

Type Parameters

TForeignDocument

The type of the foreign document.

TResult

The type of the result.

Inheritance
AggregateLookupOptions<TForeignDocument, TResult>
Inherited Members

Properties

ForeignSerializer

Gets or sets the foreign document serializer.

ResultSerializer

Gets or sets the result serializer.