Cloud Dataplex v1 API - Class DataScanEvent (2.3.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

GoogleCloudGoogle.Cloud.DataplexV1

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.

Property Value
TypeDescription
string

ResultCase

public DataScanEvent.ResultOneofCase ResultCase { get; }
Property Value
TypeDescription
DataScanEventResultOneofCase

Scope

public DataScanEvent.Types.Scope Scope { get; set; }

The scope of the data scan (e.g. full, incremental).

Property Value
TypeDescription
DataScanEventTypesScope

SpecVersion

public string SpecVersion { get; set; }

A version identifier of the spec which was used to execute this job.

Property Value
TypeDescription
string

StartTime

public Timestamp StartTime { get; set; }

The time when the data scan job started to run.

Property Value
TypeDescription
Timestamp

State

public DataScanEvent.Types.State State { get; set; }

The status of the data scan job.

Property Value
TypeDescription
DataScanEventTypesState

Trigger

public DataScanEvent.Types.Trigger Trigger { get; set; }

The trigger type of the data scan job.

Property Value
TypeDescription
DataScanEventTypesTrigger

Type

public DataScanEvent.Types.ScanType Type { get; set; }

The type of the data scan.

Property Value
TypeDescription
DataScanEventTypesScanType