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
- The `TimeSeriesOptions <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/TimeSeriesOptions.html>`__ for creating the collection in a `CreateCollectionOptions <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/CreateCollectionOptions.html>`__ object
@@ -96,12 +96,11 @@ Query a Time Series Collection
96
96
97
97
To query in a time series collection, use the same conventions as you
98
98
would for :doc:`retrieving </fundamentals/crud/read-operations/retrieve>`
99
-
and :ref:`aggregating data <java-aggregation>`.
99
+
and :ref:`aggregating data <java-aggregation>`.
100
100
101
101
.. note:: Window Functions
102
102
103
103
MongoDB version 5.0 introduces window functions into the aggregation
104
-
framework. You can use window functions to perform operations on a
104
+
pipeline. You can use window functions to perform operations on a
105
105
contiguous span of time series data. For more information, see our
0 commit comments