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 1010 - :ref: `objectId <document-bson-type-object-id >`
1111 - ID of the cluster the :manual: `snapshot </reference/glossary/#std-term-snapshot> ` represents.
1212
13+ * - clusterName
14+ - string
15+ - Label that identifies the cluster.
16+
1317 * - complete
1418 - boolean
1519 - Indicator that the :manual: `snapshot </reference/glossary/#std-term-snapshot> ` has been created. This is
114118 - The individual parts that comprise the complete :manual: `snapshot </reference/glossary/#std-term-snapshot> `.
115119 This array contains a single document.
116120
121+ * - parts.completedTime
122+ - string
123+ - Date and time when the snapshot completed.
124+
117125 * - parts.dataSizeBytes
118126 - number
119127 - The total size of the data in the :manual: `snapshot </reference/glossary/#std-term-snapshot> ` in bytes.
123131 - Indicator of the state of encryption of the :manual: `snapshot </reference/glossary/#std-term-snapshot> `
124132 data.
125133
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+
126140 * - parts.fileSizeBytes
127141 - number
128142 - The total size of the data files in bytes.
131145 - string
132146 - ID of a config server.
133147
148+ * - parts.machineId
149+ - string
150+ - Hostname and port that indicate the node on which MongoDB Cloud created the snapshot.
151+
134152 * - parts.masterKeyUUID
135153 - objectId
136154 - The :abbr: `KMIP ( Key Management Interoperability Protocol ) `
143161 - The version of ``mongod `` that was running when the
144162 :manual: `snapshot </reference/glossary/#std-term-snapshot> ` was created.
145163
164+ * - parts.replicaState
165+ - string
166+ - The node's role at the time when snapshot process began.
167+
146168 * - parts.storageSizeBytes
147169 - number
148170 - The total size of space allocated for document storage.
Original file line number Diff line number Diff line change 1212 - Unique identifier of the cluster the :manual: `snapshot </reference/glossary/#std-term-snapshot> `
1313 represents.
1414
15+ * - ``clusterName ``
16+ - string
17+ - Label that identifies the cluster.
18+
1519 * - ``complete ``
1620 - boolean
1721 - Flag that indicates the :manual: `snapshot </reference/glossary/#std-term-snapshot> ` has been created. This
192196 - string
193197 - Unique identifier of the :manual: `replica set </reference/glossary/#std-term-replica-set> `.
194198
199+ * - | ``parts ``
200+ | ``.completedTime``
201+ - string
202+ - Date and time when the snapshot completed.
203+
195204 * - | ``parts ``
196205 | ``.compressionSetting``
197206 - string
208217 - Indicator of the state of encryption of the :manual: `snapshot </reference/glossary/#std-term-snapshot> `
209218 data.
210219
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+
211227 * - | ``parts ``
212228 | ``.fileSizeBytes``
213229 - number
214230 - Total size of the data files in bytes.
215231
232+ * - | ``parts ``
233+ | ``.machineId``
234+ - string
235+ - Hostname and port that indicate the node on which MongoDB Cloud created the snapshot.
236+
216237 * - | ``parts ``
217238 | ``.masterKeyUUID``
218239 - string
232253 - string
233254 - Name of the :manual: `replica set </reference/glossary/#std-term-replica-set> `.
234255
256+ * - | ``parts ``
257+ | ``.replicaState``
258+ - string
259+ - The node's role at the time when snapshot process began.
260+
235261 * - | ``parts ``
236262 | ``.storageSizeBytes``
237263 - number
You can’t perform that action at this time.
0 commit comments