Class GoogleCloudDataplexV1MetadataJobImportJobResult
Results from a metadata import job.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1MetadataJobImportJobResult : IDirectResponseSchema
Properties
CreatedEntries
Output only. The total number of entries that were created.
Declaration
[JsonProperty("createdEntries")]
public virtual long? CreatedEntries { get; set; }
Property Value
Type | Description |
---|---|
long? |
DeletedEntries
Output only. The total number of entries that were deleted.
Declaration
[JsonProperty("deletedEntries")]
public virtual long? DeletedEntries { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RecreatedEntries
Output only. The total number of entries that were recreated.
Declaration
[JsonProperty("recreatedEntries")]
public virtual long? RecreatedEntries { get; set; }
Property Value
Type | Description |
---|---|
long? |
UnchangedEntries
Output only. The total number of entries that were unchanged.
Declaration
[JsonProperty("unchangedEntries")]
public virtual long? UnchangedEntries { get; set; }
Property Value
Type | Description |
---|---|
long? |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Output only. The time when the status was updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdatedEntries
Output only. The total number of entries that were updated.
Declaration
[JsonProperty("updatedEntries")]
public virtual long? UpdatedEntries { get; set; }
Property Value
Type | Description |
---|---|
long? |