ExportDocumentsMetadata

Metadata for google.longrunning.Operation results from FirestoreAdmin.ExportDocuments.

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

string (Timestamp format)

The time this operation started.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

endTime

string (Timestamp format)

The time this operation completed. Will be unset if operation still in progress.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

operationState

enum (OperationState)

The state of the export operation.

progressDocuments

object (Progress)

The progress, in documents, of this operation.

progressBytes

object (Progress)

The progress, in bytes, of this operation.

collectionIds[]

string

Which collection ids are being exported.

outputUriPrefix

string

Where the documents are being exported to.

namespaceIds[]

string

Which namespace ids are being exported.

snapshotTime

string (Timestamp format)

The timestamp that corresponds to the version of the database that is being exported. If unspecified, there are no guarantees about the consistency of the documents being exported.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".