Click or drag to resize
AggregateToCollectionOperation.Pipeline Property
Gets the pipeline.

Namespace: MongoDB.Driver.Core.Operations
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax
public IReadOnlyList<BsonDocument> Pipeline { get; }

Property Value

Type: IReadOnlyList<BsonDocument>
The pipeline.
See Also