Class GoogleCloudDataplexV1DataScanExecutionStatus
Status of the data scan execution.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataScanExecutionStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LatestJobCreateTime
object representation of LatestJobCreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LatestJobCreateTimeDateTimeOffset instead.")]
public virtual object LatestJobCreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LatestJobCreateTimeDateTimeOffset
DateTimeOffset representation of LatestJobCreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LatestJobCreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LatestJobCreateTimeRaw
Optional. The time when the DataScanJob execution was created.
Declaration
[JsonProperty("latestJobCreateTime")]
public virtual string LatestJobCreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
LatestJobEndTime
object representation of LatestJobEndTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LatestJobEndTimeDateTimeOffset instead.")]
public virtual object LatestJobEndTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LatestJobEndTimeDateTimeOffset
DateTimeOffset representation of LatestJobEndTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LatestJobEndTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LatestJobEndTimeRaw
The time when the latest DataScanJob ended.
Declaration
[JsonProperty("latestJobEndTime")]
public virtual string LatestJobEndTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
LatestJobStartTime
object representation of LatestJobStartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LatestJobStartTimeDateTimeOffset instead.")]
public virtual object LatestJobStartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LatestJobStartTimeDateTimeOffset
DateTimeOffset representation of LatestJobStartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LatestJobStartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LatestJobStartTimeRaw
The time when the latest DataScanJob started.
Declaration
[JsonProperty("latestJobStartTime")]
public virtual string LatestJobStartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |