We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050267d commit 548a9e9Copy full SHA for 548a9e9
source/data-formats/time-series.txt
@@ -121,12 +121,12 @@ code:
121
"granularity": "seconds",
122
"bucketMaxSpanSeconds": 3600
123
}
124
- },
125
- "info": {
126
- "readOnly": false
127
- }
128
129
- ]
+ },
+ "info": {
+ "readOnly": false
+ }
+ ]
130
131
132
.. _ruby-time-series-write:
@@ -144,7 +144,7 @@ Example
144
~~~~~~~
145
146
This example inserts New York City temperature data into the ``october2024``
147
-time series collection created in the preceding :ref:`ruby-time-series-create`.
+time series collection created in the preceding :ref:`ruby-time-series-create`
148
section. Each document contains the following fields:
149
150
- ``temperature``, which stores temperature measurements in degrees Fahrenheit
0 commit comments