Class StringFieldInfo (1.13.0)

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

The profile information for a string type field.

Attributes

NameDescription
min_length int
Minimum length of non-null values in the scanned data.
max_length int
Maximum length of non-null values in the scanned data.
average_length float
Average length of non-null values in the scanned data.