@@ -34,8 +34,8 @@ return computed results. The MongoDB Aggregation framework is modeled on the
34
34
concept of data processing pipelines. Documents enter a pipeline comprised of one or
35
35
more stages, and this pipeline transforms the documents into an aggregated result.
36
36
37
- To learn more about the Aggregation Pipeline, see the
38
- :manual :`Aggregation Pipeline </core/ aggregation-pipeline/>` server manual page .
37
+ To learn more about the aggregation stages supported by the {+driver-short+}, see
38
+ :ref :`Aggregation Stages <csharp- aggregation-stages>` .
39
39
40
40
Analogy
41
41
~~~~~~~
@@ -96,8 +96,6 @@ performing aggregation operations:
96
96
the `AllowDiskUse <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.AggregateOptions.AllowDiskUse.html#MongoDB_Driver_AggregateOptions_AllowDiskUse>`__
97
97
property of the ``AggregateOptions`` object that you pass to the ``Aggregate()`` method.
98
98
99
- Link to Stages page
100
-
101
99
Troubleshooting
102
100
---------------
103
101
@@ -106,32 +104,9 @@ Troubleshooting
106
104
Additional Information
107
105
----------------------
108
106
109
- MongoDB Server Manual
110
- ~~~~~~~~~~~~~~~~~~~~~
111
-
112
107
To view a full list of expression operators, see
113
108
:manual:`Aggregation Operators </reference/operator/aggregation/>`.
114
109
115
- To learn more about assembling an aggregation pipeline and view examples, see
116
- :manual:`Aggregation Pipeline </core/aggregation-pipeline/>`.
117
-
118
- To learn more about creating pipeline stages, see
119
- :manual:`Aggregation Stages </reference/operator/aggregation-pipeline/>`.
120
-
121
110
To learn about explaining MongoDB aggregation operations, see
122
111
:manual:`Explain Results </reference/explain-results/>` and
123
- :manual:`Query Plans </core/query-plans/>`.
124
-
125
- API Documentation
126
- ~~~~~~~~~~~~~~~~~
127
-
128
- For more information about the aggregation operations discussed in this guide, see the
129
- following API documentation:
130
-
131
- - `Aggregate() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IMongoCollection-1.Aggregate.html>`__
132
- - `AggregateOptions <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.AggregateOptions.html>`__
133
- - `Group() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.PipelineStageDefinitionBuilder.Group.html>`__
134
- - `Match() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.PipelineStageDefinitionBuilder.Match.html>`__
135
- - `Where() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Linq.MongoQueryable.Where.html>`__
136
- - `GroupBy() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Linq.MongoQueryable.GroupBy.html>`__
137
- - `Select() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Linq.MongoQueryable.Select.html>`__
112
+ :manual:`Query Plans </core/query-plans/>`.
0 commit comments