public static final class DescribeUniRecoverableListResponseBody.RecoverableInfoList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeUniRecoverableListResponseBody.RecoverableInfoList |
build() |
DescribeUniRecoverableListResponseBody.RecoverableInfoList.Builder |
firstTime(Long firstTime)
The timestamp of the first backup.
|
DescribeUniRecoverableListResponseBody.RecoverableInfoList.Builder |
lastTime(Long lastTime)
The timestamp of the last backup.
|
DescribeUniRecoverableListResponseBody.RecoverableInfoList.Builder |
resetScn(String resetScn)
The identifier of the point in time for restoration in the backup version that is used.
|
DescribeUniRecoverableListResponseBody.RecoverableInfoList.Builder |
resetTime(Long resetTime)
The point in time for restoration in the backup version that is used.
|
DescribeUniRecoverableListResponseBody.RecoverableInfoList.Builder |
restoreInfo(String restoreInfo)
The information about the database.
|
public DescribeUniRecoverableListResponseBody.RecoverableInfoList.Builder firstTime(Long firstTime)
The timestamp of the first backup. Unit: milliseconds.
example:1671468180000
public DescribeUniRecoverableListResponseBody.RecoverableInfoList.Builder lastTime(Long lastTime)
The timestamp of the last backup. Unit: milliseconds.
example:1671468180000
public DescribeUniRecoverableListResponseBody.RecoverableInfoList.Builder resetScn(String resetScn)
The identifier of the point in time for restoration in the backup version that is used. The database is an Oracle database.
example:4529940.0
public DescribeUniRecoverableListResponseBody.RecoverableInfoList.Builder resetTime(Long resetTime)
The point in time for restoration in the backup version that is used. The database is an Oracle database.
example:2021-01-30 08:04:36
public DescribeUniRecoverableListResponseBody.RecoverableInfoList.Builder restoreInfo(String restoreInfo)
The information about the database. This parameter is available when the database is a Microsoft SQL Server (MSSQL) database. The value is a JSON string. Valid values:
{ "files": { "qtc": "F:\database\qtc.mdf", "qtc_log": "F:\database\qtc_0.ldf" }, "name": "qtc" }
public DescribeUniRecoverableListResponseBody.RecoverableInfoList build()
Copyright © 2026. All rights reserved.