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