AzureBlobGrainStorageServiceCollectionExtensions 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.
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. |