Skip to content

DynamoDBGrainStorageFactory Methods

Creates configured DynamoDBGrainStorage instances.

Create(IServiceProvider, string)

static
View source
public static DynamoDBGrainStorage Create(IServiceProvider services, string name)
Creates a DynamoDB grain storage provider with the specified name.

Parameters

servicesIServiceProvider
The service provider.
namestring
The storage provider name.

Returns

The configured grain storage provider.