Range Class
Represents the Range class used to map the partition key of the document to their associated collection.
- Inheritance
-
builtins.objectRange
Constructor
Range(low, high)
Parameters
- low
- high
Methods
| Contains |
Checks if the passed parameter is in the range of this object. |
| Intersect |
Checks if the passed parameter intersects the range of this object. |
Contains
Checks if the passed parameter is in the range of this object.
Contains(other)
Parameters
- other
Required
Intersect
Checks if the passed parameter intersects the range of this object.
Intersect(other)
Parameters
- other
Required
Feedback
Submit and view feedback for