We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be87b6 commit 463b1c3Copy full SHA for 463b1c3
source/includes/apiargs-MongoDBDatabase-method-createCollection-option.yaml
@@ -28,6 +28,22 @@ operation: ~
28
optional: true
29
---
30
arg_name: option
31
+name: changeStreamPreAndPostImages
32
+type: document
33
+description: |
34
+ Used to configure support for pre- and post-images in change streams. See the
35
+ :manual:`create </reference/command/create>` command documentation for more
36
+ information.
37
+
38
+ This option is available in MongoDB 6.0+ and will result in an exception at
39
+ execution time if specified for an older server version.
40
41
+ .. versionadded:: 1.13
42
+interface: phpmethod
43
+operation: ~
44
+optional: true
45
+---
46
+arg_name: option
47
name: clusteredIndex
48
type: document
49
description: |
0 commit comments