GlobalConfiguration.LivenessProviderType 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.
Liveness configuration that controls the type of the liveness protocol that silo use for membership.
public enum GlobalConfiguration.LivenessProviderType
type GlobalConfiguration.LivenessProviderType =
Public Enum GlobalConfiguration.LivenessProviderType
- Inheritance
-
GlobalConfiguration.LivenessProviderType
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | Default value to allow discrimination of override values. |
MembershipTableGrain | 1 | Grain is used to store membership information. This option is not reliable and thus should only be used in local development setting. |
AzureTable | 2 | AzureTable is used to store membership information. This option can be used in production. |
AdoNet | 3 | ADO.NET is used to store membership information. This option can be used in production. |
SqlServer | 3 | SQL Server is used to store membership information. This option can be used in production. |
ZooKeeper | 4 | Apache ZooKeeper is used to store membership information. This option can be used in production. |
Custom | 5 | Use custom provider from third-party assembly |