Table of Contents

Class AggregateGraphLookupOptions<TFrom, TAsElement, TOutput>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents options for the GraphLookup method.

public class AggregateGraphLookupOptions<TFrom, TAsElement, TOutput>

Type Parameters

TFrom

The type of from documents.

TAsElement

The type of the as field elements.

TOutput

The type of the output documents.

Inheritance
AggregateGraphLookupOptions<TFrom, TAsElement, TOutput>
Inherited Members

Properties

AsElementSerializer

Gets or sets the TAsElement serialzier.

FromSerializer

Gets or sets the TFrom serializer.

MaxDepth

Gets or sets the maximum depth.

OutputSerializer

Gets or sets the output serializer.

RestrictSearchWithMatch

Gets the filter to restrict the search with.