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