Class AggregateGraphLookupOptions<TFrom, TAsElement, TOutput>
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
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
Gets or sets the TAsElement serialzier.
Gets or sets the TFrom serializer.
Gets or sets the maximum depth.
Gets or sets the output serializer.
Gets the filter to restrict the search with.