Class AggregateQueryableExecutionModel<TOutput>
A model for a queryable to be executed using the aggregation framework.
public sealed class AggregateQueryableExecutionModel<TOutput> : QueryableExecutionModel
Type Parameters
TOutput
The type of the output.
- Inheritance
-
AggregateQueryableExecutionModel<TOutput>
- Inherited Members
Properties
- OutputSerializer
Gets the output serializer.
- OutputType
Gets the type of the output.
- Stages
Gets the stages.
Methods
- ToString()
Returns a string that represents this instance.