PartitionRange(start=None, end=None, interval=None, _properties=None)
Definition of the ranges for range partitioning.
Parameters
Name | Description |
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. |
Inheritance
builtins.object > PartitionRangeProperties
end
int: The end of range partitioning, exclusive.
interval
int: The width of each interval.
start
int: The start of range partitioning, inclusive.
Methods
__init__
__init__(start=None, end=None, interval=None, _properties=None)
Initialize self. See help(type(self)) for accurate signature.
PartitionRange
PartitionRange(start=None, end=None, interval=None, _properties=None)
Definition of the ranges for range partitioning.
Name | Description |
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. |