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) — Count of the corresponding value in the scanned data.
#count=
def count=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — Count of the corresponding value in the scanned data.
    Returns
    
  - (::Integer) — Count of the corresponding value in the scanned data.
#ratio
def ratio() -> ::Float
    Returns
    
  - (::Float) — Ratio of the corresponding value in the field against the total number of rows in the scanned data.
#ratio=
def ratio=(value) -> ::Float
    Parameter
    
  - value (::Float) — 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.
#value
def value() -> ::String
    Returns
    
  - (::String) — String value of a top N non-null value.
#value=
def value=(value) -> ::String
    Parameter
    
  - value (::String) — String value of a top N non-null value.
    Returns
    
- (::String) — String value of a top N non-null value.