The range of possible sequence numbers for the shard.
 Declaration Syntax
 Declaration Syntax| C# | 
public class SequenceNumberRange
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | SequenceNumberRange()()()() | Initializes a new instance of the SequenceNumberRange class | 
|  | EndingSequenceNumber | 
            The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.
             
             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.) | 
|  | StartingSequenceNumber | 
            The starting sequence number for the range.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithEndingSequenceNumber(String) | Obsolete. 
            Sets the EndingSequenceNumber property
             | 
|  | WithStartingSequenceNumber(String) | Obsolete. 
            Sets the StartingSequenceNumber property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | SequenceNumberRange |