File tree Expand file tree Collapse file tree 2 files changed +48
-0
lines changed
source/includes/api/list-tables Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 10
10
- :ref: `objectId <document-bson-type-object-id >`
11
11
- ID of the cluster the :manual: `snapshot </reference/glossary/#std-term-snapshot> ` represents.
12
12
13
+ * - clusterName
14
+ - string
15
+ - Label that identifies the cluster.
16
+
13
17
* - complete
14
18
- boolean
15
19
- Indicator that the :manual: `snapshot </reference/glossary/#std-term-snapshot> ` has been created. This is
114
118
- The individual parts that comprise the complete :manual: `snapshot </reference/glossary/#std-term-snapshot> `.
115
119
This array contains a single document.
116
120
121
+ * - parts.completedTime
122
+ - string
123
+ - Date and time when the snapshot completed.
124
+
117
125
* - parts.dataSizeBytes
118
126
- number
119
127
- The total size of the data in the :manual: `snapshot </reference/glossary/#std-term-snapshot> ` in bytes.
123
131
- Indicator of the state of encryption of the :manual: `snapshot </reference/glossary/#std-term-snapshot> `
124
132
data.
125
133
134
+ * - parts.fcv
135
+ - string
136
+ - Number that indicates the feature compatibility version of
137
+ MongoDB that the replica set primary ran when MongoDB Cloud
138
+ created the snapshot.
139
+
126
140
* - parts.fileSizeBytes
127
141
- number
128
142
- The total size of the data files in bytes.
131
145
- string
132
146
- ID of a config server.
133
147
148
+ * - parts.machineId
149
+ - string
150
+ - Hostname and port that indicate the node on which MongoDB Cloud created the snapshot.
151
+
134
152
* - parts.masterKeyUUID
135
153
- objectId
136
154
- The :abbr: `KMIP ( Key Management Interoperability Protocol ) `
143
161
- The version of ``mongod `` that was running when the
144
162
:manual: `snapshot </reference/glossary/#std-term-snapshot> ` was created.
145
163
164
+ * - parts.replicaState
165
+ - string
166
+ - The node's role at the time when snapshot process began.
167
+
146
168
* - parts.storageSizeBytes
147
169
- number
148
170
- The total size of space allocated for document storage.
Original file line number Diff line number Diff line change 12
12
- Unique identifier of the cluster the :manual: `snapshot </reference/glossary/#std-term-snapshot> `
13
13
represents.
14
14
15
+ * - ``clusterName ``
16
+ - string
17
+ - Label that identifies the cluster.
18
+
15
19
* - ``complete ``
16
20
- boolean
17
21
- Flag that indicates the :manual: `snapshot </reference/glossary/#std-term-snapshot> ` has been created. This
193
197
- string
194
198
- Unique identifier of the :manual: `replica set </reference/glossary/#std-term-replica-set> `.
195
199
200
+ * - | ``parts ``
201
+ | ``.completedTime``
202
+ - string
203
+ - Date and time when the snapshot completed.
204
+
196
205
* - | ``parts ``
197
206
| ``.compressionSetting``
198
207
- string
209
218
- Indicator of the state of encryption of the :manual: `snapshot </reference/glossary/#std-term-snapshot> `
210
219
data.
211
220
221
+ * - | ``parts ``
222
+ | ``.fcv``
223
+ - string
224
+ - Number that indicates the feature compatibility version of
225
+ MongoDB that the replica set primary ran when MongoDB Cloud
226
+ created the snapshot.
227
+
212
228
* - | ``parts ``
213
229
| ``.fileSizeBytes``
214
230
- number
215
231
- Total size of the data files in bytes.
216
232
233
+ * - | ``parts ``
234
+ | ``.machineId``
235
+ - string
236
+ - Hostname and port that indicate the node on which MongoDB Cloud created the snapshot.
237
+
217
238
* - | ``parts ``
218
239
| ``.masterKeyUUID``
219
240
- string
233
254
- string
234
255
- Name of the :manual: `replica set </reference/glossary/#std-term-replica-set> `.
235
256
257
+ * - | ``parts ``
258
+ | ``.replicaState``
259
+ - string
260
+ - The node's role at the time when snapshot process began.
261
+
236
262
* - | ``parts ``
237
263
| ``.storageSizeBytes``
238
264
- number
You can’t perform that action at this time.
0 commit comments