Class: Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::TopNValue

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

Overview

Top N non-null values in the scanned data.

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns Count of the corresponding value in the scanned data.

Returns:

  • (::Integer)

    Count of the corresponding value in the scanned data.



273
274
275
276
# File 'proto_docs/google/cloud/dataplex/v1/data_profile.rb', line 273

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

#ratio::Float

Returns Ratio of the corresponding value in the field against the total number of rows in the scanned data.

Returns:

  • (::Float)

    Ratio of the corresponding value in the field against the total number of rows in the scanned data.



273
274
275
276
# File 'proto_docs/google/cloud/dataplex/v1/data_profile.rb', line 273

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

#value::String

Returns String value of a top N non-null value.

Returns:

  • (::String)

    String value of a top N non-null value.



273
274
275
276
# File 'proto_docs/google/cloud/dataplex/v1/data_profile.rb', line 273

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