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.

public IBsonSerializer<TForeignDocument> ForeignSerializer { get; set; }

Property Value

IBsonSerializer<TForeignDocument>

ResultSerializer

Gets or sets the result serializer.

public IBsonSerializer<TResult> ResultSerializer { get; set; }

Property Value

IBsonSerializer<TResult>