![]() | ServiceState Enumeration |
[Missing <summary> documentation for "T:Couchbase.Diagnostics.ServiceState"]
Namespace: Couchbase.Diagnostics
public enum ServiceState
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | The service state is unknown. | |
New | 1 | The service is new and has not established a connection to a Couchbase sever yet. | |
Connecting | 2 | The service is currently attempting to connect to a Couchbase server. | |
Authenticating | 3 | The service is authenticating with a Couchbase server. | |
Connected | 4 | The service is connected to a Couchbase server and available to process requests. | |
Disconnected | 5 | The service has disconnected from a Couchbase server. A service can be in this state when waiting to be cleaned-up. | |
Ok | 6 | The service is operating as expected and replied within the expected timeout. | |
Timeout | 7 | The service timed out while trying to ping the Couchbase server. | |
Error | 8 | There was an error when trying to ping a Couchbase server. |