Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::TopNValue (v2.6.1)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::TopNValue.

Top N non-null values in the scanned data.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#count

def count() -> ::Integer
Returns
  • (::Integer) — Output only. Count of the corresponding value in the scanned data.

#ratio

def ratio() -> ::Float
Returns
  • (::Float) — Output only. Ratio of the corresponding value in the field against the total number of rows in the scanned data.

#value

def value() -> ::String
Returns
  • (::String) — Output only. String value of a top N non-null value.