public sealed class DataScan.Types.ExecutionStatus : IMessage<DataScan.Types.ExecutionStatus>, IEquatable<DataScan.Types.ExecutionStatus>, IDeepCloneable<DataScan.Types.ExecutionStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataScan.Types.ExecutionStatus.
Status of the data scan execution.
Implements
IMessageDataScanTypesExecutionStatus, IEquatableDataScanTypesExecutionStatus, IDeepCloneableDataScanTypesExecutionStatus, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DataplexV1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ExecutionStatus()
public ExecutionStatus()
ExecutionStatus(ExecutionStatus)
public ExecutionStatus(DataScan.Types.ExecutionStatus other)
Parameter | |
---|---|
Name | Description |
other | DataScanTypesExecutionStatus |
Properties
LatestJobEndTime
public Timestamp LatestJobEndTime { get; set; }
The time when the latest DataScanJob ended.
Property Value | |
---|---|
Type | Description |
Timestamp |
LatestJobStartTime
public Timestamp LatestJobStartTime { get; set; }
The time when the latest DataScanJob started.
Property Value | |
---|---|
Type | Description |
Timestamp |