DynamoDBGrainStorageServiceCollectionExtensions
class
Namespace: Orleans.Hosting
Microsoft.Extensions.DependencyInjection.IServiceCollection extensions. public static class DynamoDBGrainStorageServiceCollectionExtensionsMethods
AddDynamoDBGrainStorage(IServiceCollection, string, Action<DynamoDBStorageOptions>)Configure silo to use AWS DynamoDB storage for grain storage.AddDynamoDBGrainStorage(IServiceCollection, string, Action<OptionsBuilder<DynamoDBStorageOptions>>)Configure silo to use AWS DynamoDB storage for grain storage.AddDynamoDBGrainStorageAsDefault(IServiceCollection, Action<DynamoDBStorageOptions>)Configure silo to use AWS DynamoDB storage as the default grain storage.AddDynamoDBGrainStorageAsDefault(IServiceCollection, Action<OptionsBuilder<DynamoDBStorageOptions>>)Configure silo to use AWS DynamoDB storage as the default grain storage.
