Class IncrementalField (1.3.0)

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