DynamoDBGrainStorageSiloBuilderExtensions
class
Namespace: Orleans.Hosting
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.
public static class DynamoDBGrainStorageSiloBuilderExtensionsMethods
AddDynamoDBGrainStorage(ISiloBuilder, string, Action<DynamoDBStorageOptions>)Configure silo to use AWS DynamoDB storage for grain storage.AddDynamoDBGrainStorage(ISiloBuilder, string, Action<OptionsBuilder<DynamoDBStorageOptions>>)Configure silo to use AWS DynamoDB storage for grain storage.AddDynamoDBGrainStorageAsDefault(ISiloBuilder, Action<DynamoDBStorageOptions>)Configure silo to use AWS DynamoDB storage as the default grain storage.AddDynamoDBGrainStorageAsDefault(ISiloBuilder, Action<OptionsBuilder<DynamoDBStorageOptions>>)Configure silo to use AWS DynamoDB storage as the default grain storage.
