Class: Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::TopNValue
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::TopNValue
- 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
-
#count ⇒ ::Integer
readonly
Output only.
-
#ratio ⇒ ::Float
readonly
Output only.
-
#value ⇒ ::String
readonly
Output only.
Instance Attribute Details
#count ⇒ ::Integer (readonly)
Returns Output only. Count of the corresponding value in the scanned data.
284 285 286 287 |
# File 'proto_docs/google/cloud/dataplex/v1/data_profile.rb', line 284 class TopNValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ratio ⇒ ::Float (readonly)
Returns Output only. Ratio of the corresponding value in the field against the total number of rows in the scanned data.
284 285 286 287 |
# File 'proto_docs/google/cloud/dataplex/v1/data_profile.rb', line 284 class TopNValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |