Class AggregateFacetOptions<TOutput>
Options for the aggregate $facet stage.
public sealed class AggregateFacetOptions<TOutput>
Type Parameters
TOutput
The type of the output documents.
- Inheritance
-
AggregateFacetOptions<TOutput>
- Inherited Members
Properties
OutputSerializer
Gets or sets the output serializer.
public IBsonSerializer<TOutput> OutputSerializer { get; set; }
Property Value
- IBsonSerializer<TOutput>