AzureTableTransactionSiloBuilderExtensions 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.
public static class AzureTableTransactionSiloBuilderExtensions
type AzureTableTransactionSiloBuilderExtensions = class
Public Module AzureTableTransactionSiloBuilderExtensions
- Inheritance
-
AzureTableTransactionSiloBuilderExtensions
Methods
AddAzureTableTransactionalStateStorage(ISiloBuilder, String, Action<AzureTableTransactionalStateOptions>) |
Configure silo to use azure table storage for transactional grain storage. |
AddAzureTableTransactionalStateStorage(ISiloBuilder, String, Action<OptionsBuilder<AzureTableTransactionalStateOptions>>) |
Configure silo to use azure table storage for transactional grain storage. |
AddAzureTableTransactionalStateStorageAsDefault(ISiloBuilder, Action<AzureTableTransactionalStateOptions>) |
Configure silo to use azure table storage as the default transactional grain storage. |
AddAzureTableTransactionalStateStorageAsDefault(ISiloBuilder, Action<OptionsBuilder<AzureTableTransactionalStateOptions>>) |
Configure silo to use azure table storage as the default transactional grain storage. |