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.
Implements
IMessageDataScanJob, IEquatableDataScanJob, IDeepCloneableDataScanJob, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DataScanJob()
public DataScanJob()
DataScanJob(DataScanJob)
public DataScanJob(DataScanJob other)
Parameter | |
---|---|
Name | Description |
other |
DataScanJob |
Properties
DataProfileResult
public DataProfileResult DataProfileResult { get; set; }
Output only. The result of the data profile scan.
Property Value | |
---|---|
Type | Description |
DataProfileResult |
DataProfileSpec
public DataProfileSpec DataProfileSpec { get; set; }
Output only. DataProfileScan related setting.
Property Value | |
---|---|
Type | Description |
DataProfileSpec |
DataQualityResult
public DataQualityResult DataQualityResult { get; set; }
Output only. The result of the data quality scan.
Property Value | |
---|---|
Type | Description |
DataQualityResult |
DataQualitySpec
public DataQualitySpec DataQualitySpec { get; set; }
Output only. DataQualityScan related setting.
Property Value | |
---|---|
Type | Description |
DataQualitySpec |
DataScanJobName
public DataScanJobName DataScanJobName { get; set; }
DataScanJobName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
DataScanJobName |
EndTime
public Timestamp EndTime { get; set; }
Output only. The time when the DataScanJob ended.
Property Value | |
---|---|
Type | Description |
Timestamp |
Message
public string Message { get; set; }
Output only. Additional information about the current state.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ResultCase
public DataScanJob.ResultOneofCase ResultCase { get; }
Property Value | |
---|---|
Type | Description |
DataScanJobResultOneofCase |
SpecCase
public DataScanJob.SpecOneofCase SpecCase { get; }
Property Value | |
---|---|
Type | Description |
DataScanJobSpecOneofCase |
StartTime
public Timestamp StartTime { get; set; }
Output only. The time when the DataScanJob was started.
Property Value | |
---|---|
Type | Description |
Timestamp |
State
public DataScanJob.Types.State State { get; set; }
Output only. Execution state for the DataScanJob.
Property Value | |
---|---|
Type | Description |
DataScanJobTypesState |
Type
public DataScanType Type { get; set; }
Output only. The type of the parent DataScan.
Property Value | |
---|---|
Type | Description |
DataScanType |
Uid
public string Uid { get; set; }
Output only. System generated globally unique ID for the DataScanJob.
Property Value | |
---|---|
Type | Description |
string |