File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,15 @@ method:
64
64
- ``timeseries`` argument
65
65
66
66
The ``timeseries`` argument is of type ``dict``. It contains the following fields:
67
+
67
68
- ``timeField``
68
69
- ``metaField``
69
70
- ``granularity``
70
71
- ``bucketMaxSpanSeconds``
71
72
- ``bucketRoundingSeconds``
72
73
73
- See `Command Fields <https://www.mongodb.com/docs/manual/ reference/command/create/#command-fields>`__
74
- to learn more about what these fields mean .
74
+ See :manual: `Command Fields </ reference/command/create/#command-fields>`
75
+ to learn more about these fields.
75
76
76
77
The following example shows how to create a time series collection using the
77
78
{+driver-short+}.
@@ -160,7 +161,7 @@ document contains the following fields:
160
161
161
162
collection.insert_many(document_list)
162
163
163
- .. tip:: ``datetime`` format
164
+ .. tip:: Formatting Dates and Times
164
165
165
166
See :ref:`pymongo-dates-times` to learn more about using ``datetime``
166
167
objects in {+driver-short+}.
You can’t perform that action at this time.
0 commit comments