View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataScanExecutionSpec (google_api_dataplex v0.19.0)
DataScan execution settings.
Attributes
-
field
(type:String.t
, default:nil
) - 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
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Trigger.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataScanExecutionSpec{ field: String.t() | nil, trigger: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Trigger.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.