File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,20 @@ source:
145
145
file : apiargs-common-option.yaml
146
146
ref : maxTimeMS
147
147
---
148
+ arg_name : option
149
+ name : pipeline
150
+ type : array
151
+ description : |
152
+ An array that consists of the aggregation pipeline stage(s), which will be
153
+ applied to the collection or view specified by ``viewOn``. See the
154
+ :manual:`create </reference/command/create>` command documentation for more
155
+ information.
156
+
157
+ .. versionadded:: 1.13
158
+ interface : phpmethod
159
+ operation : ~
160
+ optional : true
161
+ ---
148
162
source :
149
163
file : apiargs-common-option.yaml
150
164
ref : session
@@ -295,6 +309,23 @@ interface: phpmethod
295
309
operation : ~
296
310
optional : true
297
311
---
312
+ arg_name : option
313
+ name : viewOn
314
+ type : string
315
+ description : |
316
+ The name of the source collection or view from which to create the view.
317
+
318
+ .. note::
319
+
320
+ The name is not the full namespace of the collection or view (i.e. it does
321
+ not include the database name). Views must be created in the same databases
322
+ as the source collection or view.
323
+
324
+ .. versionadded:: 1.13
325
+ interface : phpmethod
326
+ operation : ~
327
+ optional : true
328
+ ---
298
329
source :
299
330
file : apiargs-MongoDBDatabase-common-option.yaml
300
331
ref : writeConcern
You can’t perform that action at this time.
0 commit comments