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.
Implements
IMessageMetadataJobTypesExportJobSpec, IEquatableMetadataJobTypesExportJobSpec, IDeepCloneableMetadataJobTypesExportJobSpec, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
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 |