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.
Implements
IMessageDataScanTypesExecutionSpec, IEquatableDataScanTypesExecutionSpec, IDeepCloneableDataScanTypesExecutionSpec, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ExecutionSpec()
public ExecutionSpec()
ExecutionSpec(ExecutionSpec)
public ExecutionSpec(DataScan.Types.ExecutionSpec other)
Parameter | |
---|---|
Name | Description |
other | DataScanTypesExecutionSpec |
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 | |
---|---|
Type | Description |
string |
IncrementalCase
public DataScan.Types.ExecutionSpec.IncrementalOneofCase IncrementalCase { get; }
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Trigger |