kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.query
/
QueryMetrics
Query
Metrics
class
QueryMetrics
(
map
:
Map
<
String
,
Any
?
>
)
Content copied to clipboard
Functions
Properties
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
elapsedTime
Link copied to clipboard
val
elapsedTime
:
Duration
Content copied to clipboard
errorCount
Link copied to clipboard
val
errorCount
:
Long
Content copied to clipboard
executionTime
Link copied to clipboard
val
executionTime
:
Duration
Content copied to clipboard
map
Link copied to clipboard
val
map
:
Map
<
String
,
Any
?
>
Content copied to clipboard
mutationCount
Link copied to clipboard
val
mutationCount
:
Long
Content copied to clipboard
resultCount
Link copied to clipboard
val
resultCount
:
Long
Content copied to clipboard
resultSize
Link copied to clipboard
val
resultSize
:
Long
Content copied to clipboard
serviceLoad
Link copied to clipboard
val
serviceLoad
:
Long
Content copied to clipboard
sortCount
Link copied to clipboard
val
sortCount
:
Long
Content copied to clipboard
usedMemory
Link copied to clipboard
val
usedMemory
:
Long
Content copied to clipboard
warningCount
Link copied to clipboard
val
warningCount
:
Long
Content copied to clipboard