PartitionKeyRangeExt extension
Extension on Iterable of PartitionKeyRange.
Methods
-
findRangeFor(
PartitionKey partitionKey) → PartitionKeyRange? -
Available on Iterable<
Returns the PartitionKeyRange for the specifiedPartitionKeyRange> , provided by the PartitionKeyRangeExt extensionpartitionKey
, ornull
if no match is found.