ExportDocumentsMetadata

Metadata for databases.exportDocuments operations.

JSON representation
{
  "startTime": string,
  "endTime": string,
  "operationState": enum(OperationState),
  "progressDocuments": {
    object(Progress)
  },
  "progressBytes": {
    object(Progress)
  },
  "collectionIds": [
    string
  ],
  "outputUriPrefix": string
}
Fields
startTime

string (Timestamp format)

The time that work began on the operation.

A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

endTime

string (Timestamp format)

The time the operation ended, either successfully or otherwise. Unset if the operation is still active.

A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

operationState

enum(OperationState)

The state of the export operation.

progressDocuments

object(Progress)

An estimate of the number of documents processed.

progressBytes

object(Progress)

An estimate of the number of bytes processed.

collectionIds[]

string

Which collection ids are being exported.

outputUriPrefix

string

Where the entities are being exported to.