@@ -112,54 +112,6 @@ Definition
112
112
specify ``true``. If you specify ``true``, you must also set a maximum
113
113
size in the ``size`` field.
114
114
115
- * - ``timeseries.timeField``
116
-
117
- - string
118
-
119
- - Required when creating a :term:`time series collection`. The
120
- name of the field which contains the date in each time series
121
- document. Documents in a time series collection must have a
122
- valid BSON date as the value for the ``timeField``.
123
-
124
-
125
-
126
- * - ``timeseries.metaField``
127
-
128
- - string
129
-
130
- - Optional. The name of the field which contains metadata in
131
- each time series document. The metadata in the specified field
132
- should be data that is used to label a unique series of
133
- documents. The metadata should rarely, if ever, change.
134
-
135
- The name of the specified field may not be ``_id`` or the same
136
- as the ``timeseries.timeField``. The field can be of any type
137
- except array.
138
-
139
-
140
-
141
- * - ``timeseries.granularity``
142
-
143
- - string
144
-
145
- - Optional. Possible values are ``"seconds"`` (default),
146
- ``"minutes"``, and ``"hours"``. Set the granularity to the
147
- value that is the closest match to the time span between
148
- consecutive incoming measurements. Setting the ``granularity``
149
- parameter improves performance by optimizing how data in the
150
- time series collection is stored internally.
151
-
152
-
153
-
154
- * - ``expireAfterSeconds``
155
-
156
- - number
157
-
158
- - Optional. Enable the automatic deletion of documents in a
159
- :term:`time series collection` by specifying the number of
160
- seconds after which documents expire. MongoDB deletes expired
161
- documents automatically.
162
-
163
115
164
116
* - ``size``
165
117
0 commit comments