DynamoDBGrainStorageServiceCollectionExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IServiceCollection extensions.
public static class DynamoDBGrainStorageServiceCollectionExtensions
type DynamoDBGrainStorageServiceCollectionExtensions = class
Public Module DynamoDBGrainStorageServiceCollectionExtensions
- Inheritance
-
DynamoDBGrainStorageServiceCollectionExtensions
Methods
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. |