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.
public IBsonSerializer<TOutput> OutputSerializer { get; }
Property Value
- IBsonSerializer<TOutput>
OutputType
Gets the type of the output.
public override Type OutputType { get; }
Property Value
Stages
Gets the stages.
public IEnumerable<BsonDocument> Stages { get; }
Property Value
Methods
ToString()
Returns a string that represents this instance.
public override string ToString()