Skip to content

DynamoDBGrainStorageServiceCollectionExtensions.AddDynamoDBGrainStorageAsDefault(IServiceCollection, Action<DynamoDBStorageOptions>)

AddDynamoDBGrainStorageAsDefault(IServiceCollection, Action<DynamoDBStorageOptions>)

staticextension
View source
public static IServiceCollection AddDynamoDBGrainStorageAsDefault(this IServiceCollection services, Action<DynamoDBStorageOptions> configureOptions)
Configure silo to use AWS DynamoDB storage as the default grain storage.

Parameters

servicesIServiceCollection
configureOptionsAction<DynamoDBStorageOptions>