RangePartitionResolver<T>.PartitionMap
Property
Definition
Gets the map from range to collection-link that is used for partitioning requests in the Azure DocumentDB database service.
public System.Collections.Generic.IDictionary<Microsoft.Azure.Documents.Partitioning.Range<T>,string> PartitionMap { get; }
Property Value
IDictionary<Range<T>,String>
The map from range to collection-link that is used for partitioning requests.