Cloud Dataplex v1 API - Class DataScanJob (2.15.0)

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

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

A DataScanJob represents an instance of DataScan execution.

Inheritance

object > DataScanJob

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DataScanJob()

public DataScanJob()

DataScanJob(DataScanJob)

public DataScanJob(DataScanJob other)
Parameter
NameDescription
otherDataScanJob

Properties

DataProfileResult

public DataProfileResult DataProfileResult { get; set; }

Output only. The result of the data profile scan.

Property Value
TypeDescription
DataProfileResult

DataProfileSpec

public DataProfileSpec DataProfileSpec { get; set; }

Output only. DataProfileScan related setting.

Property Value
TypeDescription
DataProfileSpec

DataQualityResult

public DataQualityResult DataQualityResult { get; set; }

Output only. The result of the data quality scan.

Property Value
TypeDescription
DataQualityResult

DataQualitySpec

public DataQualitySpec DataQualitySpec { get; set; }

Output only. DataQualityScan related setting.

Property Value
TypeDescription
DataQualitySpec

DataScanJobName

public DataScanJobName DataScanJobName { get; set; }

DataScanJobName-typed view over the Name resource name property.

Property Value
TypeDescription
DataScanJobName

EndTime

public Timestamp EndTime { get; set; }

Output only. The time when the DataScanJob ended.

Property Value
TypeDescription
Timestamp

Message

public string Message { get; set; }

Output only. Additional information about the current state.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Output only. The relative resource name of the DataScanJob, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}, where project refers to a project_id or project_number and location_id refers to a GCP region.

Property Value
TypeDescription
string

ResultCase

public DataScanJob.ResultOneofCase ResultCase { get; }
Property Value
TypeDescription
DataScanJobResultOneofCase

SpecCase

public DataScanJob.SpecOneofCase SpecCase { get; }
Property Value
TypeDescription
DataScanJobSpecOneofCase

StartTime

public Timestamp StartTime { get; set; }

Output only. The time when the DataScanJob was started.

Property Value
TypeDescription
Timestamp

State

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

Output only. Execution state for the DataScanJob.

Property Value
TypeDescription
DataScanJobTypesState

Type

public DataScanType Type { get; set; }

Output only. The type of the parent DataScan.

Property Value
TypeDescription
DataScanType

Uid

public string Uid { get; set; }

Output only. System generated globally unique ID for the DataScanJob.

Property Value
TypeDescription
string