Cloud Dataplex v1 API - Class DataScan.Types.ExecutionSpec (2.8.0)

public sealed class DataScan.Types.ExecutionSpec : IMessage<DataScan.Types.ExecutionSpec>, IEquatable<DataScan.Types.ExecutionSpec>, IDeepCloneable<DataScan.Types.ExecutionSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class DataScan.Types.ExecutionSpec.

DataScan execution settings.

Inheritance

object > DataScan.Types.ExecutionSpec

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ExecutionSpec()

public ExecutionSpec()

ExecutionSpec(ExecutionSpec)

public ExecutionSpec(DataScan.Types.ExecutionSpec other)
Parameter
NameDescription
otherDataScanTypesExecutionSpec

Properties

Field

public string Field { get; set; }

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.

Property Value
TypeDescription
string

HasField

public bool HasField { get; }

Gets whether the "field" field is set

Property Value
TypeDescription
bool

IncrementalCase

public DataScan.Types.ExecutionSpec.IncrementalOneofCase IncrementalCase { get; }
Property Value
TypeDescription
DataScanTypesExecutionSpecIncrementalOneofCase

Trigger

public Trigger Trigger { get; set; }

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.

Property Value
TypeDescription
Trigger