Class: Google::Cloud::Dataplex::V1::DataScanEvent::DataProfileAppliedConfigs

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/logs.rb

Overview

Applied configs for data profile type data scan job.

Instance Attribute Summary collapse

Instance Attribute Details

#column_filter_applied::Boolean

Returns Boolean indicating whether a column filter was applied in the DataScan job.

Returns:

  • (::Boolean)

    Boolean indicating whether a column filter was applied in the DataScan job.



582
583
584
585
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 582

class DataProfileAppliedConfigs
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#row_filter_applied::Boolean

Returns Boolean indicating whether a row filter was applied in the DataScan job.

Returns:

  • (::Boolean)

    Boolean indicating whether a row filter was applied in the DataScan job.



582
583
584
585
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 582

class DataProfileAppliedConfigs
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sampling_percent::Float

Returns 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.

Returns:

  • (::Float)

    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.


582
583
584
585
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 582

class DataProfileAppliedConfigs
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end