ExportEntitiesMetadata

Metadata for projects.export operations.

JSON representation
{
  "common": {
    object (CommonMetadata)
  },
  "progressEntities": {
    object (Progress)
  },
  "progressBytes": {
    object (Progress)
  },
  "entityFilter": {
    object (EntityFilter)
  },
  "outputUrlPrefix": string
}
Fields
common

object (CommonMetadata)

Metadata common to all Datastore Admin operations.

progressEntities

object (Progress)

An estimate of the number of entities processed.

progressBytes

object (Progress)

An estimate of the number of bytes processed.

entityFilter

object (EntityFilter)

Description of which entities are being exported.

outputUrlPrefix

string

Location for the export metadata and data files. This will be the same value as the google.datastore.admin.v1.ExportEntitiesRequest.output_url_prefix field. The final output location is provided in google.datastore.admin.v1.ExportEntitiesResponse.output_url.