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