Package com.mongodb.client.model
Class ChangeStreamPreAndPostImagesOptions
java.lang.Object
com.mongodb.client.model.ChangeStreamPreAndPostImagesOptions
Options for change stream pre- and post- images.
- Since:
- 4.7
- See Also:
- MongoDB documentation
- Create Collection
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ChangeStreamPreAndPostImagesOptions
public ChangeStreamPreAndPostImagesOptions(boolean enabled) Construct an instance- Parameters:
enabled
- whether change stream pre- and post- images are enabled for the collection
-
-
Method Details