ExportJobSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)Job specification for a metadata export job.
| Attributes | |
|---|---|
| Name | Description | 
| scope | google.cloud.dataplex_v1.types.MetadataJob.ExportJobSpec.ExportJobScopeRequired. The scope of the export job. | 
| output_path | strRequired. The root path of the Cloud Storage bucket to export the metadata to, in the format gs://{bucket}/.
   You can optionally specify a custom prefix after the bucket
   name, in the formatgs://{bucket}/{prefix}/. The maximum
   length of the custom prefix is 128 characters. Dataplex
   Universal Catalog constructs the object path for the
   exported files by using the bucket name and prefix that you
   provide, followed by a system-generated path.
   
   The bucket must be in the same VPC Service Controls
   perimeter as the job. | 
Classes
ExportJobScope
ExportJobScope(mapping=None, *, ignore_unknown_fields=False, **kwargs)The scope of the export job.