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'
Implements
IMessageDataScanEvent, IEquatableDataScanEvent, IDeepCloneableDataScanEvent, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DataScanEvent()
public DataScanEvent()
DataScanEvent(DataScanEvent)
public DataScanEvent(DataScanEvent other)
Parameter | |
---|---|
Name | Description |
other | DataScanEvent |
Properties
DataProfile
public DataScanEvent.Types.DataProfileResult DataProfile { get; set; }
Data profile result for data profile type data scan.
Property Value | |
---|---|
Type | Description |
DataScanEventTypesDataProfileResult |
DataQuality
public DataScanEvent.Types.DataQualityResult DataQuality { get; set; }
Data quality result for data quality type data scan.
Property Value | |
---|---|
Type | Description |
DataScanEventTypesDataQualityResult |
DataSource
public string DataSource { get; set; }
The data source of the data scan
Property Value | |
---|---|
Type | Description |
string |
EndTime
public Timestamp EndTime { get; set; }
The time when the data scan job finished.
Property Value | |
---|---|
Type | Description |
Timestamp |
JobId
public string JobId { get; set; }
The identifier of the specific data scan job this log entry is for.
Property Value | |
---|---|
Type | Description |
string |
Message
public string Message { get; set; }
The message describing the data scan job event.