Skip to content

AdoNetGrainStorage Properties

Stores grain state in a relational database using ADO.NET.

CurrentOperationalQueries

getset
View source
public RelationalStorageProviderQueries CurrentOperationalQueries
The queries currently used. When this is updated, the new queries will take effect immediately.

HashPicker

getset
View source
public IStorageHasherPicker HashPicker
The hash generator used to hash natural keys, grain ID and grain type to a more narrow index.

Serializer

getset
View source
public IGrainStorageSerializer Serializer
Gets or sets the serializer used to convert grain state to and from its stored representation.