You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/mongoc_change_stream_t.rst
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,7 @@ Synopsis
15
15
:symbol:`mongoc_change_stream_t` is a handle to a change stream. A collection
16
16
change stream can be obtained using :symbol:`mongoc_collection_watch`.
17
17
18
-
It is recommended to use a :symbol:`mongoc_change_stream_t` and its functions
19
-
instead of a raw aggregation with a ``$changeStream`` stage.
18
+
It is recommended to use a :symbol:`mongoc_change_stream_t` and its functions instead of a raw aggregation with a ``$changeStream`` stage. For more information see the `MongoDB Manual Entry on Change Streams <http://dochub.mongodb.org/core/changestreams>`_.
0 commit comments