Range<T>.Low Property
Definition
Gets the low value in the range.
public T Low { get; }
Property Value
T
The low value in the range.
Remarks
The Range class that represents a range used by the RangePartitionResolver<T> class in the Azure DocumentDB database service.