Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::StringFieldInfo.
StringFieldInfo defines output info for any string type field.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#average_length
def average_length() -> ::Float
Returns
- (::Float) — The average length of a string field in the sampled data. Optional if zero non-null rows.
#average_length=
def average_length=(value) -> ::Float
Parameter
- value (::Float) — The average length of a string field in the sampled data. Optional if zero non-null rows.
Returns
- (::Float) — The average length of a string field in the sampled data. Optional if zero non-null rows.
#max_length
def max_length() -> ::Integer
Returns
- (::Integer) — The maximum length of a string field in the sampled data. Optional if zero non-null rows.
#max_length=
def max_length=(value) -> ::Integer
Parameter
- value (::Integer) — The maximum length of a string field in the sampled data. Optional if zero non-null rows.
Returns
- (::Integer) — The maximum length of a string field in the sampled data. Optional if zero non-null rows.
#min_length
def min_length() -> ::Integer
Returns
- (::Integer) — The minimum length of the string field in the sampled data. Optional if zero non-null rows.
#min_length=
def min_length=(value) -> ::Integer
Parameter
- value (::Integer) — The minimum length of the string field in the sampled data. Optional if zero non-null rows.
Returns
- (::Integer) — The minimum length of the string field in the sampled data. Optional if zero non-null rows.