The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
 Declaration Syntax
 Declaration Syntax| C# | 
public class HashKeyRange
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | HashKeyRange()()()() | Initializes a new instance of the HashKeyRange class | 
|  | EndingHashKey | 
            The ending hash key of the hash key range.
             
             Constraints: | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | StartingHashKey | 
            The starting hash key of the hash key range.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithEndingHashKey(String) | Obsolete. 
            Sets the EndingHashKey property
             | 
|  | WithStartingHashKey(String) | Obsolete. 
            Sets the StartingHashKey property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | HashKeyRange |