public sealed class MetadataJob.Types.ExportJobResult : IMessage<MetadataJob.Types.ExportJobResult>, IEquatable<MetadataJob.Types.ExportJobResult>, IDeepCloneable<MetadataJob.Types.ExportJobResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class MetadataJob.Types.ExportJobResult.
Summary results from a metadata export job. The results are a snapshot of the metadata at the time when the job was created. The exported entries are saved to a Cloud Storage bucket.
Implements
IMessageMetadataJobTypesExportJobResult, IEquatableMetadataJobTypesExportJobResult, IDeepCloneableMetadataJobTypesExportJobResult, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ExportJobResult()
public ExportJobResult()
ExportJobResult(ExportJobResult)
public ExportJobResult(MetadataJob.Types.ExportJobResult other)
Parameter | |
---|---|
Name | Description |
other |
MetadataJobTypesExportJobResult |
Properties
ErrorMessage
public string ErrorMessage { get; set; }
Output only. The error message if the metadata export job failed.
Property Value | |
---|---|
Type | Description |
string |
ExportedEntries
public long ExportedEntries { get; set; }
Output only. The number of entries that were exported.
Property Value | |
---|---|
Type | Description |
long |