DynamoDBGrainStorageSiloBuilderExtensions
class
Namespace: Orleans.Hosting
Provides extension methods for configuring DynamoDB grain storage on an Orleans silo.
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.
