Range<T>.High Property

Definition

Gets the high value in the range.

public T High { get; }
Property Value
T

The high value in the range.

Remarks

The Range class that represents a range used by the RangePartitionResolver<T> class in the Azure DocumentDB database service.