Cloud Dataplex v1 API - Class MetadataJob.Types.ExportJobSpec (3.8.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.

Export job specification.

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 exported metadata. Must be in the format: "gs://<bucket_id>" Or specify a customized prefix after the bucket: "gs://<bucket_id>/<folder1>/<folder2>/.../". The length limit of the customized prefix is 128 characters. The bucket must be in the same VPC-SC perimeter with the job.

Property Value
Type Description
string

Scope

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

Required. Selects the entries to be exported by this job.

Property Value
Type Description
MetadataJobTypesExportJobSpecTypesExportJobScope