Edit

Share via


IStorageHasherPicker Interface

Definition

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 IStorageHasherPicker
type IStorageHasherPicker = interface
Public Interface IStorageHasherPicker
Derived

Remarks

The returned hash needs to be thread safe or a unique instance.

Properties

HashProviders

The hash functions saved to this picker.

Methods

PickHasher(String, String, String, GrainReference, IGrainState, String)

Picks a hasher using the given parameters.

PickHasher<T>(String, String, String, GrainId, IGrainState<T>, String)

Picks a hasher using the given parameters.

Applies to