Class: Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::StringFieldInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#average_length::Float

Returns Average length of non-null values in the scanned data.

Returns:

  • (::Float)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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