Skip to content

Microsoft.Orleans.Persistence.AdoNet

10.0.0 · net10.0

Orleans.Configuration

Orleans.Hosting

AdoNetGrainStorageSiloBuilderExtensions

class
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

Orleans.Storage

AdoNetGrainStorage

class
A storage provider for writing grain state data to relational storage.

AdoNetGrainStorageFactory

class
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

IHasher

interface
An interface for all the hashing operations currently in Orleans Storage operations.

IStorageHasherPicker

interface
A picker to choose from provided hash functions. Provides agility to update or change hashing functionality for both built-in and custom operations.

OrleansDefaultHasher

class
A default implementation uses the same hash as Orleans in grains placement.