DocumentClient.PartitionResolvers Propriedade

Definição

Cuidado

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

Resolvedores de partição são um dicionário de links de banco de dados para IPartitionResolver a ser usado no particionamento para o serviço do Azure Cosmos DB.

[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)

Valor da propriedade

Atributos

Comentários

O suporte para IPartitionResolver agora é obsoleto. É recomendável que você use Coleções Particionadas para maior armazenamento e taxa de transferência.

Aplica-se a