ExportDocumentsMetadata

FirestoreAdmin.ExportDocuments」中「google.longrunning.Operation」搜尋結果的中繼資料。

JSON 表示法
{
  "startTime": string,
  "endTime": string,
  "operationState": enum (OperationState),
  "progressDocuments": {
    object (Progress)
  },
  "progressBytes": {
    object (Progress)
  },
  "collectionIds": [
    string
  ],
  "outputUriPrefix": string,
  "namespaceIds": [
    string
  ],
  "snapshotTime": string
}
欄位
startTime

string (Timestamp format)

這項作業開始的時間。

RFC3339 世界標準時間「Zulu」格式的時間戳記,解析度以奈秒為單位,小數點後最多 9 位。範例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

endTime

string (Timestamp format)

此作業完成的時間。如果作業仍在進行中,則會未設定。

RFC3339 世界標準時間「Zulu」格式的時間戳記,解析度以奈秒為單位,小數點後最多 9 位。範例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

operationState

enum (OperationState)

匯出作業的狀態。

progressDocuments

object (Progress)

這項作業的進度,以文件中。

progressBytes

object (Progress)

這項作業的進度 (以位元組為單位)。

collectionIds[]

string

要匯出的集合 ID。

outputUriPrefix

string

匯出文件的目標位置。

namespaceIds[]

string

要匯出的命名空間 ID。

snapshotTime

string (Timestamp format)

與匯出的資料庫版本相對應的時間戳記。如未指定,Google 無法保證匯出文件的一致性。

RFC3339 世界標準時間「Zulu」格式的時間戳記,解析度以奈秒為單位,小數點後最多 9 位。範例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"