IHashGenerator Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Azure SDK for .NET