Show / Hide Table of Contents

Class ConnectionStatus

ConnectionStatus provides the information about the connections from the replicators to the listener.

Inheritance
System.Object
ConnectionStatus
Namespace: Couchbase.Lite.P2P
Assembly: Couchbase.Lite.dll
Syntax
public class ConnectionStatus : object
Remarks

NOTE: This is an enterprise edition feature

Fields

| Improve this Doc View Source

ActiveConnectionCount

The number of the connections that are in active or busy state.

Declaration
public ulong ActiveConnectionCount
Field Value
Type Description
System.UInt64
| Improve this Doc View Source

ConnectionCount

The total number of connections.

Declaration
public ulong ConnectionCount
Field Value
Type Description
System.UInt64
  • Improve this Doc
  • View Source
Back to top Generated by DocFX