ExportDocumentsMetadata

database.exportDocuments 操作的元数据。

JSON 表示
{
  "startTime": string,
  "endTime": string,
  "operationState": enum(OperationState),
  "progressDocuments": {
    object(Progress)
  },
  "progressBytes": {
    object(Progress)
  },
  "collectionIds": [
    string
  ],
  "outputUriPrefix": string
}
字段
startTime

string ( Timestamp format)

工作开始的时间是在操作上。

RFC3339 UTC“Zulu”格式的时间戳,精确到纳秒。例如: "2014-10-02T15:01:23.045123456Z"

endTime

string ( Timestamp format)

操作结束的时间,无论是成功还是失败。如果操作仍处于活动状态,则取消设置。

RFC3339 UTC“Zulu”格式的时间戳,精确到纳秒。例如: "2014-10-02T15:01:23.045123456Z"

operationState

enum( OperationState )

导出操作的状态。

progressDocuments

object( Progress )

估计处理的文档数量。

progressBytes

object( Progress )

估计处理的字节数。

collectionIds[]

string

正在导出哪些集合 ID。

outputUriPrefix

string

实体被导出到哪里。