DynamoDBGrainStorageSiloBuilderExtensions 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.
public static class DynamoDBGrainStorageSiloBuilderExtensions
type DynamoDBGrainStorageSiloBuilderExtensions = class
Public Module DynamoDBGrainStorageSiloBuilderExtensions
- Inheritance
-
DynamoDBGrainStorageSiloBuilderExtensions
Methods
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. |