DocumentClient.PartitionResolvers Property

Definition

Partition resolvers are a dictionary of database links to IPartitionResolver to be used in partitioning for the Azure DocumentDB database service.

[System.Obsolete("Support for IPartitionResolver is now obsolete. It's recommended that you use partitioned collections for higher storage and throughput.")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Documents.Client.IPartitionResolver> PartitionResolvers { get; }
Property Value

Remarks

Support for IPartitionResolver is now obsolete. It's recommended that you use Partitioned Collections for higher storage and throughput.