DynamoDBGrainStorageServiceCollectionExtensions Class

Definition

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.

Applies to