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.
Export Job Results. The result is based on the snapshot at the time when the job is created.
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 export job failed.
Property Value | |
---|---|
Type | Description |
string |
ExportedEntries
public long ExportedEntries { get; set; }
Output only. The number of entries that have been exported.
Property Value | |
---|---|
Type | Description |
long |