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
readonly
Output only.
-
#max_length ⇒ ::Integer
readonly
Output only.
-
#min_length ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#average_length ⇒ ::Float (readonly)
Returns Output only. Average length of non-null values in the scanned data.
196 197 198 199 |
# File 'proto_docs/google/cloud/dataplex/v1/data_profile.rb', line 196 class StringFieldInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_length ⇒ ::Integer (readonly)
Returns Output only. Maximum length of non-null values in the scanned data.
196 197 198 199 |
# File 'proto_docs/google/cloud/dataplex/v1/data_profile.rb', line 196 class StringFieldInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_length ⇒ ::Integer (readonly)
Returns Output only. Minimum length of non-null values in the scanned data.
196 197 198 199 |
# File 'proto_docs/google/cloud/dataplex/v1/data_profile.rb', line 196 class StringFieldInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |