Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataScanExecutionSpec

DataScan execution settings.

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

Properties

ETag

The ETag of the item.

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

Field

Immutable. The unnested field (of type Date or Timestamp) that contains values which monotonically increase over time.If not specified, a data scan will run for all data in the table.

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

Trigger

Optional. Spec related to how often and when a scan should be triggered.If not specified, the default is OnDemand, which means the scan will not run until the user calls RunDataScan API.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX