Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataScanJob

A DataScanJob represents an instance of DataScan execution.

Inheritance
object
GoogleCloudDataplexV1DataScanJob
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 GoogleCloudDataplexV1DataScanJob : IDirectResponseSchema

Properties

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

Output only. The time when the DataScanJob was created.

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

DataDiscoveryResult

Output only. The result of a data discovery scan.

Declaration
[JsonProperty("dataDiscoveryResult")]
public virtual GoogleCloudDataplexV1DataDiscoveryResult DataDiscoveryResult { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataDiscoveryResult

DataDiscoverySpec

Output only. Settings for a data discovery scan.

Declaration
[JsonProperty("dataDiscoverySpec")]
public virtual GoogleCloudDataplexV1DataDiscoverySpec DataDiscoverySpec { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataDiscoverySpec

DataProfileResult

Output only. The result of a data profile scan.

Declaration
[JsonProperty("dataProfileResult")]
public virtual GoogleCloudDataplexV1DataProfileResult DataProfileResult { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataProfileResult

DataProfileSpec

Output only. Settings for a data profile scan.

Declaration
[JsonProperty("dataProfileSpec")]
public virtual GoogleCloudDataplexV1DataProfileSpec DataProfileSpec { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataProfileSpec

DataQualityResult

Output only. The result of a data quality scan.

Declaration
[JsonProperty("dataQualityResult")]
public virtual GoogleCloudDataplexV1DataQualityResult DataQualityResult { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataQualityResult

DataQualitySpec

Output only. Settings for a data quality scan.

Declaration
[JsonProperty("dataQualitySpec")]
public virtual GoogleCloudDataplexV1DataQualitySpec DataQualitySpec { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataQualitySpec

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

Output only. The time when the DataScanJob ended.

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

Message

Output only. Additional information about the current state.

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

Name

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 GCP region.

Declaration
[JsonProperty("name")]
public virtual string Name { 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

Output only. The time when the DataScanJob was started.

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

State

Output only. Execution state for the DataScanJob.

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

Type

Output only. The type of the parent DataScan.

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

Uid

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX