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
192
196
- string
193
197
- Unique identifier of the :manual: `replica set </reference/glossary/#std-term-replica-set> `.
194
198
199
+ * - | ``parts ``
200
+ | ``.completedTime``
201
+ - string
202
+ - Date and time when the snapshot completed.
203
+
195
204
* - | ``parts ``
196
205
| ``.compressionSetting``
197
206
- string
208
217
- Indicator of the state of encryption of the :manual: `snapshot </reference/glossary/#std-term-snapshot> `
209
218
data.
210
219
220
+ * - | ``parts ``
221
+ | ``.fcv``
222
+ - string
223
+ - Number that indicates the feature compatibility version of
224
+ MongoDB that the replica set primary ran when MongoDB Cloud
225
+ created the snapshot.
226
+
211
227
* - | ``parts ``
212
228
| ``.fileSizeBytes``
213
229
- number
214
230
- Total size of the data files in bytes.
215
231
232
+ * - | ``parts ``
233
+ | ``.machineId``
234
+ - string
235
+ - Hostname and port that indicate the node on which MongoDB Cloud created the snapshot.
236
+
216
237
* - | ``parts ``
217
238
| ``.masterKeyUUID``
218
239
- string
232
253
- string
233
254
- Name of the :manual: `replica set </reference/glossary/#std-term-replica-set> `.
234
255
256
+ * - | ``parts ``
257
+ | ``.replicaState``
258
+ - string
259
+ - The node's role at the time when snapshot process began.
260
+
235
261
* - | ``parts ``
236
262
| ``.storageSizeBytes``
237
263
- number
You can’t perform that action at this time.
0 commit comments