AzureBlobGrainStorageServiceCollectionExtensions Class

Definition

IServiceCollection extensions.

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

Methods

AddAzureBlobGrainStorage(IServiceCollection, String, Action<AzureBlobStorageOptions>)

Configure silo to use azure blob storage for grain storage.

AddAzureBlobGrainStorage(IServiceCollection, String, Action<OptionsBuilder<AzureBlobStorageOptions>>)

Configure silo to use azure blob storage for grain storage.

AddAzureBlobGrainStorageAsDefault(IServiceCollection, Action<AzureBlobStorageOptions>)

Configure silo to use azure blob storage as the default grain storage.

AddAzureBlobGrainStorageAsDefault(IServiceCollection, Action<OptionsBuilder<AzureBlobStorageOptions>>)

Configure silo to use azure blob storage as the default grain storage.

Applies to