IStorageHasherPicker
interface
Namespace: Orleans.Storage
A picker to choose from provided hash functions. Provides agility to update or change hashing functionality for both built-in and custom operations.
public interface IStorageHasherPickerRemarks
The returned hash needs to be thread safe or a unique instance.
Properties
HashProvidersThe hash functions saved to this picker.
Methods
PickHasher(string, string, string, GrainId, IGrainState<T>, string)Picks a hasher using the given parameters.
