Range Class
Updated: June 30, 2017
A class that represents a range used by the RangePartitionResolver class in the Azure DocumentDB database service.
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
| Name | Description | |
|---|---|---|
![]() | CompareTo | Compares two ranges. |
![]() | Contains | Checks if the range contains a key. |
![]() | Contains | Checks if the range contains another range.. |
![]() | Equals | (Inherited from Object.) |
![]() | Equals | Checks if two ranges are equal. |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | Creates the hashcode for the range. (Overrides ObjectGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | Intersect | Checks if the range other intersects with this range. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Converts the range to a string in the form of "low,high" (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
![]() | IsDefined | Determines if a certain property is defined or not. (Defined by TypeCheckFunctionsExtensions.) |
![]() | IsNull | Determines if a certain property is null or not. (Defined by TypeCheckFunctionsExtensions.) |
![]() | IsPrimitive | Determines if a certain property is of premitive JSON type. (Defined by TypeCheckFunctionsExtensions.) |
Support for classes used with IPartitionResolver is now obsolete. It's recommended that you use Partitioned Collections for higher storage and throughput.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


