次の方法で共有


IHashGenerator インターフェイス

定義

注意事項

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

Azure Cosmos DB サービスで一貫性のあるハッシュを使用してデータをパーティション分割するために によって HashPartitionResolver 使用されるインターフェイス。

[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
属性

注釈

IPartitionResolver で使用されるインターフェイスのサポートは廃止されました。 より高いストレージとスループットを実現するために 、パーティション分割コレクションを 使用することをお勧めします。

メソッド

ComputeHash(Byte[])
古い.

Azure Cosmos DB サービスの出力ハッシュを表す新しいバイト配列にバイト配列をハッシュします。

適用対象

こちらもご覧ください