Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::StringFieldInfo.
The profile information for a string type field.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#average_length
def average_length() -> ::Float
Returns
- (::Float) — Output only. Average length of non-null values in the scanned data.
#max_length
def max_length() -> ::Integer
Returns
- (::Integer) — Output only. Maximum length of non-null values in the scanned data.
#min_length
def min_length() -> ::Integer
Returns
- (::Integer) — Output only. Minimum length of non-null values in the scanned data.