Table of Contents

Class AggregateGraphLookupOptions<TFrom, TAsElement, TOutput>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public class AggregateGraphLookupOptions<TFrom, TAsElement, TOutput>

Type Parameters

TFrom
TAsElement
TOutput
Inheritance
AggregateGraphLookupOptions<TFrom, TAsElement, TOutput>
Inherited Members

Constructors

AggregateGraphLookupOptions()

public AggregateGraphLookupOptions()

Properties

AsElementSerializer

public IBsonSerializer<TAsElement> AsElementSerializer { get; set; }

Property Value

IBsonSerializer<TAsElement>

FromSerializer

public IBsonSerializer<TFrom> FromSerializer { get; set; }

Property Value

IBsonSerializer<TFrom>

MaxDepth

public int? MaxDepth { get; set; }

Property Value

int?

OutputSerializer

public IBsonSerializer<TOutput> OutputSerializer { get; set; }

Property Value

IBsonSerializer<TOutput>

RestrictSearchWithMatch

public FilterDefinition<TFrom> RestrictSearchWithMatch { get; set; }

Property Value

FilterDefinition<TFrom>