Cloud Dataplex v1 API - Class DataScan.Types.ExecutionStatus (2.15.0)

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.

Inheritance

object > DataScan.Types.ExecutionStatus

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ExecutionStatus()

public ExecutionStatus()

ExecutionStatus(ExecutionStatus)

public ExecutionStatus(DataScan.Types.ExecutionStatus other)
Parameter
NameDescription
otherDataScanTypesExecutionStatus

Properties

LatestJobEndTime

public Timestamp LatestJobEndTime { get; set; }

The time when the latest DataScanJob ended.

Property Value
TypeDescription
Timestamp

LatestJobStartTime

public Timestamp LatestJobStartTime { get; set; }

The time when the latest DataScanJob started.

Property Value
TypeDescription
Timestamp