Class AggregateFacetOptions<TOutput>
public sealed class AggregateFacetOptions<TOutput>
Type Parameters
TOutput
- Inheritance
-
AggregateFacetOptions<TOutput>
- Inherited Members
Constructors
AggregateFacetOptions()
public AggregateFacetOptions()
Properties
OutputSerializer
public IBsonSerializer<TOutput> OutputSerializer { get; set; }
Property Value
- IBsonSerializer<TOutput>