DynamoDBSiloBuilderExtensions Class

Definition

public static class DynamoDBSiloBuilderExtensions
type DynamoDBSiloBuilderExtensions = class
Public Module DynamoDBSiloBuilderExtensions
Inheritance
DynamoDBSiloBuilderExtensions

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.

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.

AddDynamoDBGrainStorage(ISiloHostBuilder, String, Action<DynamoDBStorageOptions>)

Configure silo to use AWS DynamoDB storage for grain storage.

AddDynamoDBGrainStorage(ISiloHostBuilder, 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.

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.

AddDynamoDBGrainStorageAsDefault(ISiloHostBuilder, Action<DynamoDBStorageOptions>)

Configure silo to use AWS DynamoDB storage as the default grain storage.

AddDynamoDBGrainStorageAsDefault(ISiloHostBuilder, Action<OptionsBuilder<DynamoDBStorageOptions>>)

Configure silo to use AWS DynamoDB storage as the default grain storage.

Applies to