ExportDataOperationMetadata

Runtime operation information for DatasetService.ExportData.

Fields
genericMetadata object (GenericOperationMetadata)

The common part of the operation metadata.

gcsOutputDirectory string

A Google Cloud Storage directory which path ends with '/'. The exported data is stored in the directory.

JSON representation
{
  "genericMetadata": {
    object (GenericOperationMetadata)
  },
  "gcsOutputDirectory": string
}