CloudRedisBackupDetail
- Print
- PDF
CloudRedisBackupDetail
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
These are Cloud DB for Redis backup details.
Syntax
The syntax is as follows.
private Date startTime;
private Date endTime;
private Long backupSize;
private Long dataStorageSize;
private String fileName;
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 size |
dataStorageSize | Long | Required | Data storage size |
fileName | String | Required | Backup file name |
Was this article helpful?