Partilhar via


IHashGenerator Interface

Definição

Cuidado

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

Uma interface usada pelo HashPartitionResolver para particionar dados usando hash consistente no serviço do Azure Cosmos DB.

[System.Obsolete("Support for interfaces used with IPartitionResolver is now obsolete. It's recommended that you use partitioned collections for higher storage and throughput.")]
public interface IHashGenerator
[<System.Obsolete("Support for interfaces used with IPartitionResolver is now obsolete. It's recommended that you use partitioned collections for higher storage and throughput.")>]
type IHashGenerator = interface
Public Interface IHashGenerator
Atributos

Comentários

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

Métodos

ComputeHash(Byte[])
Obsoleto.

Faz hashes de uma matriz de bytes em uma nova matriz de bytes que representa o hash de saída no serviço do Azure Cosmos DB.

Aplica-se a

Confira também