Cloud Dataplex v1 API - Class MetadataJob.Types.ExportJobSpec (3.9.0)

public sealed class MetadataJob.Types.ExportJobSpec : IMessage<MetadataJob.Types.ExportJobSpec>, IEquatable<MetadataJob.Types.ExportJobSpec>, IDeepCloneable<MetadataJob.Types.ExportJobSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class MetadataJob.Types.ExportJobSpec.

Job specification for a metadata export job.

Inheritance

object > MetadataJob.Types.ExportJobSpec

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ExportJobSpec()

public ExportJobSpec()

ExportJobSpec(ExportJobSpec)

public ExportJobSpec(MetadataJob.Types.ExportJobSpec other)
Parameter
Name Description
other MetadataJobTypesExportJobSpec

Properties

OutputPath

public string OutputPath { get; set; }

Required. 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 format gs://{bucket}/{prefix}/. The maximum length of the custom prefix is 128 characters. Dataplex 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.

Property Value
Type Description
string

Scope

public MetadataJob.Types.ExportJobSpec.Types.ExportJobScope Scope { get; set; }

Required. The scope of the export job.

Property Value
Type Description
MetadataJobTypesExportJobSpecTypesExportJobScope