couchbase
Preparing search index...
JsonPingReport
Interface JsonPingReport
The JSON-formated output report from a ping operation.
See
interface
JsonPingReport
{
id
:
string
;
sdk
:
string
;
services
:
{
[
serviceType
:
string
]:
{
error
?:
string
;
id
:
string
;
latency_us
:
number
;
local
:
string
;
namespace
?:
string
;
remote
:
string
;
state
:
string
;
}
[]
;
}
;
version
:
number
;
}
Index
Properties
id
sdk
services
version
Properties
id
id
:
string
sdk
sdk
:
string
services
services
:
{
[
serviceType
:
string
]:
{
error
?:
string
;
id
:
string
;
latency_us
:
number
;
local
:
string
;
namespace
?:
string
;
remote
:
string
;
state
:
string
;
}
[]
;
}
version
version
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
sdk
services
version
couchbase
Loading...
The JSON-formated output report from a ping operation.
See