Class: Google::Cloud::Dataplex::V1::DataScan::ExecutionSpec
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataScan::ExecutionSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/datascans.rb
Overview
DataScan execution settings.
Instance Attribute Summary collapse
-
#field ⇒ ::String
Immutable.
-
#trigger ⇒ ::Google::Cloud::Dataplex::V1::Trigger
Optional.
Instance Attribute Details
#field ⇒ ::String
Returns 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.
370 371 372 373 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 370 class ExecutionSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trigger ⇒ ::Google::Cloud::Dataplex::V1::Trigger
Returns 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.
370 371 372 373 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 370 class ExecutionSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |