Skip to content

Commit 463b1c3

Browse files
committed
PHPLIB-856: changeStreamPreAndPostImages create and collMod option
This should originally have been added in dcb3190 for PHPLIB-814.
1 parent 8be87b6 commit 463b1c3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

source/includes/apiargs-MongoDBDatabase-method-createCollection-option.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,22 @@ operation: ~
2828
optional: true
2929
---
3030
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
3147
name: clusteredIndex
3248
type: document
3349
description: |

0 commit comments

Comments
 (0)