CloudMongoDbBackupDetail
- Print
- PDF
CloudMongoDbBackupDetail
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
These are Cloud DB for MongoDB backup details.
Syntax
The syntax is as follows.
private Date startTime;
private Date endTime;
private Long backupSize;
private Long dataStorageSize;
private String shard;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
startTime | Date | Required | Backup start time |
endTime | Date | Required | Backup end time |
backupSize | Long | Required | Backup data size |
dataStorageSize | Long | Required | Data storage size |
shard | String | Required | Shard (replica set) name |
Was this article helpful?