Table of Contents

Class AggregateQueryableExecutionModel<TOutput>

Namespace
MongoDB.Driver.Linq
Assembly
MongoDB.Driver.dll

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

Type

Stages

Gets the stages.

public IEnumerable<BsonDocument> Stages { get; }

Property Value

IEnumerable<BsonDocument>

Methods

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.