Class ExportDataOperationMetadata (1.1.0)

ExportDataOperationMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata of an ExportData operation. .. attribute:: dataset

Output only. The name of dataset to be exported. "projects//datasets/".

:type: str

Attributes

NameDescription
partial_failures Sequence[google.rpc.status_pb2.Status]
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when export dataset request was created.