Class AggregateLookupOptions<TForeignDocument, TResult>
public sealed class AggregateLookupOptions<TForeignDocument, TResult>
Type Parameters
TForeignDocument
TResult
- Inheritance
-
AggregateLookupOptions<TForeignDocument, TResult>
- Inherited Members
Constructors
AggregateLookupOptions()
public AggregateLookupOptions()
Properties
ForeignSerializer
public IBsonSerializer<TForeignDocument> ForeignSerializer { get; set; }
Property Value
- IBsonSerializer<TForeignDocument>
ResultSerializer
public IBsonSerializer<TResult> ResultSerializer { get; set; }
Property Value
- IBsonSerializer<TResult>