Uses of Class
org.springframework.data.mongodb.core.CollectionOptions.CollectionChangeStreamOptions
Packages that use CollectionOptions.CollectionChangeStreamOptions
-
Uses of CollectionOptions.CollectionChangeStreamOptions in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core that return CollectionOptions.CollectionChangeStreamOptionsModifier and TypeMethodDescriptionCollectionOptions.CollectionChangeStreamOptions.preAndPostImages
(boolean emitChangedRevisions) Output the version of a document before and after changes (the document pre- and post-images).Methods in org.springframework.data.mongodb.core that return types with arguments of type CollectionOptions.CollectionChangeStreamOptionsModifier and TypeMethodDescriptionCollectionOptions.getChangeStreamOptions()
Get theCollectionOptions.CollectionChangeStreamOptions
if available.Methods in org.springframework.data.mongodb.core with parameters of type CollectionOptions.CollectionChangeStreamOptionsModifier and TypeMethodDescriptionCollectionOptions.changeStream
(CollectionOptions.CollectionChangeStreamOptions changeStreamOptions) Create newCollectionOptions
with the givenCollectionOptions.TimeSeriesOptions
.