Cloud Dataplex v1 API - Class DataScanEvent (2.4.0)

public sealed class DataScanEvent : IMessage<DataScanEvent>, IEquatable<DataScanEvent>, IDeepCloneable<DataScanEvent>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class DataScanEvent.

These messages contain information about the execution of a datascan. The monitored resource is 'DataScan'

Inheritance

object > DataScanEvent

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DataScanEvent()

public DataScanEvent()

DataScanEvent(DataScanEvent)

public DataScanEvent(DataScanEvent other)
Parameter
NameDescription
otherDataScanEvent

Properties

DataProfile

public DataScanEvent.Types.DataProfileResult DataProfile { get; set; }

Data profile result for data profile type data scan.

Property Value
TypeDescription
DataScanEventTypesDataProfileResult

DataQuality

public DataScanEvent.Types.DataQualityResult DataQuality { get; set; }

Data quality result for data quality type data scan.

Property Value
TypeDescription
DataScanEventTypesDataQualityResult

DataSource

public string DataSource { get; set; }

The data source of the data scan

Property Value
TypeDescription
string

EndTime

public Timestamp EndTime { get; set; }

The time when the data scan job finished.

Property Value
TypeDescription
Timestamp

JobId

public string JobId { get; set; }

The identifier of the specific data scan job this log entry is for.

Property Value
TypeDescription
string

Message

public string Message { get; set; }

The message describing the data scan job event.