Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataScanEvent

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

Inheritance
object
GoogleCloudDataplexV1DataScanEvent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataScanEvent : IDirectResponseSchema

Properties

CatalogPublishingStatus

The status of publishing the data scan to Catalog.

Declaration
[JsonProperty("catalogPublishingStatus")]
public virtual GoogleCloudDataplexV1DataScanCatalogPublishingStatus CatalogPublishingStatus { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataScanCatalogPublishingStatus

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

The time when the data scan job was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

DataProfile

Data profile result for data profile type data scan.

Declaration
[JsonProperty("dataProfile")]
public virtual GoogleCloudDataplexV1DataScanEventDataProfileResult DataProfile { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataScanEventDataProfileResult

DataProfileConfigs

Applied configs for data profile type data scan.

Declaration
[JsonProperty("dataProfileConfigs")]
public virtual GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs DataProfileConfigs { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs

DataQuality

Data quality result for data quality type data scan.

Declaration
[JsonProperty("dataQuality")]
public virtual GoogleCloudDataplexV1DataScanEventDataQualityResult DataQuality { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataScanEventDataQualityResult

DataQualityConfigs

Applied configs for data quality type data scan.

Declaration
[JsonProperty("dataQualityConfigs")]
public virtual GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs DataQualityConfigs { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs

DataSource

The data source of the data scan

Declaration
[JsonProperty("dataSource")]
public virtual string DataSource { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndTime

object representation of EndTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
Type Description
object

EndTimeDateTimeOffset

DateTimeOffset representation of EndTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

EndTimeRaw

The time when the data scan job finished.

Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }
Property Value
Type Description
string

JobId

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

Declaration
[JsonProperty("jobId")]
public virtual string JobId { get; set; }
Property Value
Type Description
string

Message

The message describing the data scan job event.

Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type Description
string

PostScanActionsResult

The result of post scan actions.

Declaration
[JsonProperty("postScanActionsResult")]
public virtual GoogleCloudDataplexV1DataScanEventPostScanActionsResult PostScanActionsResult { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataScanEventPostScanActionsResult

Scope

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

Declaration
[JsonProperty("scope")]
public virtual string Scope { get; set; }
Property Value
Type Description
string

SpecVersion

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

Declaration
[JsonProperty("specVersion")]
public virtual string SpecVersion { get; set; }
Property Value
Type Description
string

StartTime

object representation of StartTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type Description
object

StartTimeDateTimeOffset

DateTimeOffset representation of StartTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StartTimeRaw

The time when the data scan job started to run.

Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type Description
string

State

The status of the data scan job.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Trigger

The trigger type of the data scan job.

Declaration
[JsonProperty("trigger")]
public virtual string Trigger { get; set; }
Property Value
Type Description
string

Type

The type of the data scan.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX