Class PartitionRange (3.19.0)

PartitionRange(start=None, end=None, interval=None, _properties=None)

Definition of the ranges for range partitioning.

Parameters

NameDescription
start Optional[int]

Sets the start property.

end Optional[int]

Sets the end property.

interval Optional[int]

Sets the interval property.

_properties Optional[dict]

Private. Used to construct object from API resource.

Properties

end

int: The end of range partitioning, exclusive.

interval

int: The width of each interval.

start

int: The start of range partitioning, inclusive.