ClientConfiguration.GatewayProviderType Enum
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.
Specifies the type of the gateway provider.
public enum ClientConfiguration.GatewayProviderType
type ClientConfiguration.GatewayProviderType =
Public Enum ClientConfiguration.GatewayProviderType
- Inheritance
-
ClientConfiguration.GatewayProviderType
Fields
Name | Value | Description |
---|---|---|
None | 0 | No provider specified |
AzureTable | 1 | use Azure, requires SystemStore element |
AdoNet | 2 | use ADO.NET, requires SystemStore element |
SqlServer | 2 | use SQL, requires SystemStore element |
ZooKeeper | 3 | use ZooKeeper, requires SystemStore element |
Config | 4 | use Config based static list, requires Config element(s) |
Custom | 5 | use provider from third-party assembly |