Range Class
Represents a range of item IDs, and the clock vector that defines what is known about the items in the range.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The Range type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ClockVector | Gets the clock vector that defines what is known about the items in the range. |
![]() | ItemId | Gets the closed lower bound of item IDs in this range. |
The value that is contained in ItemId is the closed lower bound on the range of item IDs that are associated with the clock vector that is contained in ClockVector. The value of ItemId also defines the open upper bound of the previous range in the parent RangeSet object, so the open upper bound of the current range can be obtained by getting the next Range object in the list. If there are no more Range objects in the list, the range that is defined by this object contains all items that have IDs greater than or equal to ItemId.
Show:
