public sealed class DataScanJob : IMessage<DataScanJob>, IEquatable<DataScanJob>, IDeepCloneable<DataScanJob>, IBufferMessage, IMessageReference 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
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time when the DataScanJob was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DataDiscoveryResult
public DataDiscoveryResult DataDiscoveryResult { get; set; }Output only. The result of a data discovery scan.
| Property Value | |
|---|---|
| Type | Description |
DataDiscoveryResult |
|
DataDiscoverySpec
public DataDiscoverySpec DataDiscoverySpec { get; set; }Output only. Settings for a data discovery scan.
| Property Value | |
|---|---|
| Type | Description |
DataDiscoverySpec |
|
DataDocumentationResult
public DataDocumentationResult DataDocumentationResult { get; set; }Output only. The result of a data documentation scan.
| Property Value | |
|---|---|
| Type | Description |
DataDocumentationResult |
|
DataDocumentationSpec
public DataDocumentationSpec DataDocumentationSpec { get; set; }Output only. Settings for a data documentation scan.
| Property Value | |
|---|---|
| Type | Description |
DataDocumentationSpec |
|
DataProfileResult
public DataProfileResult DataProfileResult { get; set; }Output only. The result of a data profile scan.
| Property Value | |
|---|---|
| Type | Description |
DataProfileResult |
|
DataProfileSpec
public DataProfileSpec DataProfileSpec { get; set; }Output only. Settings for a data profile scan.
| Property Value | |
|---|---|
| Type | Description |
DataProfileSpec |
|
DataQualityResult
public DataQualityResult DataQualityResult { get; set; }Output only. The result of a data quality scan.
| Property Value | |
|---|---|
| Type | Description |
DataQualityResult |
|
DataQualitySpec
public DataQualitySpec DataQualitySpec { get; set; }Output only. Settings for a data quality scan.
| 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. Identifier. 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 Google Cloud 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 |
|