Class AggregateGraphLookupOptions<TFrom, TAsElement, TOutput>
Represents options for the GraphLookup method.
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
- As
Element Serializer Gets or sets the TAsElement serialzier.
- From
Serializer Gets or sets the TFrom serializer.
- Max
Depth Gets or sets the maximum depth.
- Output
Serializer Gets or sets the output serializer.
- Restrict
Search With Match Gets the filter to restrict the search with.