Click or drag to resize

ServiceState Enumeration

[Missing <summary> documentation for "T:Couchbase.Diagnostics.ServiceState"]

Namespace:  Couchbase.Diagnostics
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public enum ServiceState
Members
  Member nameValueDescription
Unknown0 The service state is unknown.
New1 The service is new and has not established a connection to a Couchbase sever yet.
Connecting2 The service is currently attempting to connect to a Couchbase server.
Authenticating3 The service is authenticating with a Couchbase server.
Connected4 The service is connected to a Couchbase server and available to process requests.
Disconnected5 The service has disconnected from a Couchbase server. A service can be in this state when waiting to be cleaned-up.
Ok6 The service is operating as expected and replied within the expected timeout.
Timeout7 The service timed out while trying to ping the Couchbase server.
Error8 There was an error when trying to ping a Couchbase server.
See Also