Class: Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::StringFieldInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::StringFieldInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/data_profile.rb
Overview
The profile information for a string type field.
Instance Attribute Summary collapse
-
#average_length ⇒ ::Float
Average length of non-null values in the scanned data.
-
#max_length ⇒ ::Integer
Maximum length of non-null values in the scanned data.
-
#min_length ⇒ ::Integer
Minimum length of non-null values in the scanned data.
Instance Attribute Details
#average_length ⇒ ::Float
Returns Average length of non-null values in the scanned data.
186 187 188 189 |
# File 'proto_docs/google/cloud/dataplex/v1/data_profile.rb', line 186 class StringFieldInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_length ⇒ ::Integer
Returns Maximum length of non-null values in the scanned data.
186 187 188 189 |
# File 'proto_docs/google/cloud/dataplex/v1/data_profile.rb', line 186 class StringFieldInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_length ⇒ ::Integer
Returns Minimum length of non-null values in the scanned data.
186 187 188 189 |
# File 'proto_docs/google/cloud/dataplex/v1/data_profile.rb', line 186 class StringFieldInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |