Class SourceTextFilter (1.9.2)

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

Filter for text-based data types like varchar.

Attributes

NameDescription
source_min_length_filter int
Optional. The filter will match columns with length greater than or equal to this number.
source_max_length_filter int
Optional. The filter will match columns with length smaller than or equal to this number.