Class StringFieldInfo (1.3.0)

StringFieldInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

StringFieldInfo defines output info for any string type field.

Attributes

NameDescription
min_length int
The minimum length of the string field in the sampled data. Optional if zero non-null rows.
max_length int
The maximum length of a string field in the sampled data. Optional if zero non-null rows.
average_length float
The average length of a string field in the sampled data. Optional if zero non-null rows.