Class IncrementalField (1.4.3)

Stay organized with collections Save and categorize content based on your preferences.
IncrementalField(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A data range denoted by a pair of start/end values of a field.

Attributes

NameDescription
field str
The field that contains values which monotonically increases over time (e.g. timestamp).
start str
Value that marks the start of the range
end str
Value that marks the end of the range