CloudMssqlLogBackupFile
- Print
- PDF
CloudMssqlLogBackupFile
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is the Cloud DB for MSSQL log backup file information.
Syntax
The syntax is as follows.
private String fileName;
private String fullFileName;
private Date startDate;
private Date endDate;
private Long fileSize;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
fileName | String | Required | File name |
fullFileName | String | Required | Full file name |
startTime | Date | Required | Start date and time |
endTime | Date | Required | End date and time |
fileSize | Long | Required | File size |
Was this article helpful?