public sealed class MetadataJob.Types.ImportJobResult : IMessage<MetadataJob.Types.ImportJobResult>, IEquatable<MetadataJob.Types.ImportJobResult>, IDeepCloneable<MetadataJob.Types.ImportJobResult>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class MetadataJob.Types.ImportJobResult.
Results from a metadata import job.
Implements
IMessageMetadataJobTypesImportJobResult, IEquatableMetadataJobTypesImportJobResult, IDeepCloneableMetadataJobTypesImportJobResult, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ImportJobResult()
public ImportJobResult()ImportJobResult(ImportJobResult)
public ImportJobResult(MetadataJob.Types.ImportJobResult other)| Parameter | |
|---|---|
| Name | Description |
other |
MetadataJobTypesImportJobResult |
Properties
CreatedEntries
public long CreatedEntries { get; set; }Output only. The total number of entries that were created.
| Property Value | |
|---|---|
| Type | Description |
long |
|
CreatedEntryLinks
public long CreatedEntryLinks { get; set; }Output only. The total number of entry links that were successfully created.
| Property Value | |
|---|---|
| Type | Description |
long |
|
DeletedEntries
public long DeletedEntries { get; set; }Output only. The total number of entries that were deleted.
| Property Value | |
|---|---|
| Type | Description |
long |
|
DeletedEntryLinks
public long DeletedEntryLinks { get; set; }Output only. The total number of entry links that were successfully deleted.
| Property Value | |
|---|---|
| Type | Description |
long |
|
RecreatedEntries
public long RecreatedEntries { get; set; }Output only. The total number of entries that were recreated.
| Property Value | |
|---|---|
| Type | Description |
long |
|
UnchangedEntries
public long UnchangedEntries { get; set; }Output only. The total number of entries that were unchanged.
| Property Value | |
|---|---|
| Type | Description |
long |
|
UnchangedEntryLinks
public long UnchangedEntryLinks { get; set; }Output only. The total number of entry links that were left unchanged.
| Property Value | |
|---|---|
| Type | Description |
long |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The time when the status was updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
UpdatedEntries
public long UpdatedEntries { get; set; }Output only. The total number of entries that were updated.
| Property Value | |
|---|---|
| Type | Description |
long |
|