Freigeben über


DocumentClient.PartitionResolvers Eigenschaft

Definition

Achtung

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

Partitionsresolver sind ein Wörterbuch mit Datenbanklinks zu IPartitionResolver, die bei der Partitionierung für den Azure Cosmos DB-Dienst verwendet werden sollen.

[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; }
[<System.Obsolete("Support for IPartitionResolver is now obsolete. It's recommended that you use partitioned collections for higher storage and throughput.")>]
member this.PartitionResolvers : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Documents.Client.IPartitionResolver>
Public ReadOnly Property PartitionResolvers As IDictionary(Of String, IPartitionResolver)

Eigenschaftswert

Attribute

Hinweise

Unterstützung für IPartitionResolver ist jetzt veraltet. Es wird empfohlen, partitionierte Sammlungen für höheren Speicher und Durchsatz zu verwenden.

Gilt für: