RestoreDatabaseMetadata

来自 [databases.restore][google.firestore.admin.v1.RestoreDatabase] 请求的 long-running operation 的元数据。

JSON 表示法
{
  "startTime": string,
  "endTime": string,
  "operationState": enum (OperationState),
  "database": string,
  "backup": string,
  "progressPercentage": {
    object (Progress)
  }
}
字段
startTime

string (Timestamp format)

开始恢复的时间。

采用 RFC3339 世界协调时间 (UTC)(即“祖鲁时”)格式的时间戳,采用纳秒级精度,最多包含九个小数位。示例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

endTime

string (Timestamp format)

恢复完成的时间,对于正在进行的恢复,未设置。

采用 RFC3339 世界协调时间 (UTC)(即“祖鲁时”)格式的时间戳,采用纳秒级精度,最多包含九个小数位。示例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

operationState

enum (OperationState)

恢复的操作状态。

database

string

要恢复到的数据库的名称。

backup

string

从中恢复的备份的名称。

progressPercentage

object (Progress)

恢复过程中的剩余时间估计占剩余时间的百分比。