Skip to content

Commit bdc7917

Browse files
authored
DOCSP-26620 Fixes build errors in 4.4 (#2162)
1 parent a457f3b commit bdc7917

File tree

2 files changed

+1
-49
lines changed

2 files changed

+1
-49
lines changed

source/includes/extracts-sessions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ content: |
110110
ref: sessions-cursor-timeout
111111
content: |
112112
113-
MongoDB drivers and :binary:`~bin.mongosh`
113+
MongoDB drivers and :binary:`~bin.mongo` shell
114114
associate all operations with a :doc:`server session
115115
</reference/server-sessions>`, with the exception of unacknowledged
116116
write operations. For operations not explicitly associated with a

source/reference/method/db.createCollection.txt

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -112,54 +112,6 @@ Definition
112112
specify ``true``. If you specify ``true``, you must also set a maximum
113113
size in the ``size`` field.
114114

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-
163115

164116
* - ``size``
165117

0 commit comments

Comments
 (0)