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' Next ID: 13
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
AppliedConfigsCase
public DataScanEvent.AppliedConfigsOneofCase AppliedConfigsCase { get; }
Property Value | |
---|---|
Type | Description |
DataScanEventAppliedConfigsOneofCase |
CreateTime
public Timestamp CreateTime { get; set; }
The time when the data scan job was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
DataProfile
public DataScanEvent.Types.DataProfileResult DataProfile { get; set; }
Data profile result for data profile type data scan.
Property Value | |
---|---|
Type | Description |
DataScanEventTypesDataProfileResult |
DataProfileConfigs
public DataScanEvent.Types.DataProfileAppliedConfigs DataProfileConfigs { get; set; }
Applied configs for data profile type data scan.
Property Value | |
---|---|
Type | Description |
DataScanEventTypesDataProfileAppliedConfigs |
DataQuality
public DataScanEvent.Types.DataQualityResult DataQuality { get; set; }
Data quality result for data quality type data scan.
Property Value | |
---|---|
Type | Description |
DataScanEventTypesDataQualityResult |
DataQualityConfigs
public DataScanEvent.Types.DataQualityAppliedConfigs DataQualityConfigs { get; set; }
Applied configs for data quality type data scan.
Property Value | |
---|---|
Type | Description |
DataScanEventTypesDataQualityAppliedConfigs |
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.
Property Value | |
---|---|
Type | Description |
string |
PostScanActionsResult
public DataScanEvent.Types.PostScanActionsResult PostScanActionsResult { get; set; }
The result of post scan actions.
Property Value | |
---|---|
Type | Description |
DataScanEventTypesPostScanActionsResult |
ResultCase
public DataScanEvent.ResultOneofCase ResultCase { get; }
Property Value | |
---|---|
Type | Description |
DataScanEventResultOneofCase |
Scope
public DataScanEvent.Types.Scope Scope { get; set; }
The scope of the data scan (e.g. full, incremental).
Property Value | |
---|---|
Type | Description |
DataScanEventTypesScope |
SpecVersion
public string SpecVersion { get; set; }
A version identifier of the spec which was used to execute this job.
Property Value | |
---|---|
Type | Description |
string |
StartTime
public Timestamp StartTime { get; set; }
The time when the data scan job started to run.
Property Value | |
---|---|
Type | Description |
Timestamp |
State
public DataScanEvent.Types.State State { get; set; }
The status of the data scan job.
Property Value | |
---|---|
Type | Description |
DataScanEventTypesState |
Trigger
public DataScanEvent.Types.Trigger Trigger { get; set; }
The trigger type of the data scan job.
Property Value | |
---|---|
Type | Description |
DataScanEventTypesTrigger |
Type
public DataScanEvent.Types.ScanType Type { get; set; }
The type of the data scan.
Property Value | |
---|---|
Type | Description |
DataScanEventTypesScanType |