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 (readonly)

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

Returns:

  • (::Float)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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