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 UTC「Zulu」形式のタイムスタンプ。精度はナノ秒まで、小数点以下は最大 9 桁。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

endTime

string (Timestamp format)

このオペレーションが完了した時刻。オペレーションが進行中の場合は設定されません。

RFC3339 UTC「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)

エクスポートされるデータベースのバージョンに対応するタイムスタンプ。指定しない場合、エクスポートされるドキュメントの整合性は保証されません。

RFC3339 UTC「Zulu」形式のタイムスタンプ。精度はナノ秒まで、小数点以下は最大 9 桁。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"