Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataScan::ExecutionSpec.
DataScan execution settings.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#field
def field() -> ::String
-
(::String) — 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.
#field=
def field=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#trigger
def trigger() -> ::Google::Cloud::Dataplex::V1::Trigger
-
(::Google::Cloud::Dataplex::V1::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 callsRunDataScan
API.
#trigger=
def trigger=(value) -> ::Google::Cloud::Dataplex::V1::Trigger
-
value (::Google::Cloud::Dataplex::V1::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 callsRunDataScan
API.
-
(::Google::Cloud::Dataplex::V1::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 callsRunDataScan
API.