GoogleCloudDataplexV1DataScanExecutionSpec class
DataScan execution settings.
Constructors
Properties
- field ↔ String?
-
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.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trigger ↔ GoogleCloudDataplexV1Trigger?
-
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.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited