Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::TopNValue.
The TopNValue defines the structure of output of top N values of a field.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#count
def count() -> ::Integer
    Returns
    
  - (::Integer) — The frequency count of the corresponding value in the field.
#count=
def count=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — The frequency count of the corresponding value in the field.
    Returns
    
  - (::Integer) — The frequency count of the corresponding value in the field.
#value
def value() -> ::String
    Returns
    
  - (::String) — The value is the string value of the actual value from the field.
#value=
def value=(value) -> ::String
    Parameter
    
  - value (::String) — The value is the string value of the actual value from the field.
    Returns
    
- (::String) — The value is the string value of the actual value from the field.