View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs (google_api_dataplex v0.15.0)

Applied configs for data profile type data scan job.

Attributes

  • columnFilterApplied (type: boolean(), default: nil) - Boolean indicating whether a column filter was applied in the DataScan job.
  • rowFilterApplied (type: boolean(), default: nil) - Boolean indicating whether a row filter was applied in the DataScan job.
  • samplingPercent (type: number(), default: nil) - The percentage of the records selected from the dataset for DataScan. Value ranges between 0.0 and 100.0. Value 0.0 or 100.0 imply that sampling was not applied.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs{
    columnFilterApplied: boolean() | nil,
    rowFilterApplied: boolean() | nil,
    samplingPercent: number() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.