toggle menu
kotlin-client
JVM
switch theme
search in API
kotlin-client
/
com.couchbase.client.kotlin.query
/
QueryMetadata
Query
Metadata
class
QueryMetadata
:
QueryFlowItem
Metadata about query execution. Always the last item in the flow.
Members
Constructors
Query
Metadata
Link copied to clipboard
constructor
(
header
:
QueryChunkHeader
,
trailer
:
QueryChunkTrailer
)
Properties
client
Context
Id
Link copied to clipboard
val
clientContextId
:
String
metrics
Link copied to clipboard
val
metrics
:
QueryMetrics
?
profile
Link copied to clipboard
val
profile
:
Map
<
String
,
Any
?
>
?
profile
Bytes
Link copied to clipboard
val
profileBytes
:
ByteArray
?
request
Id
Link copied to clipboard
val
requestId
:
String
signature
Link copied to clipboard
val
signature
:
Map
<
String
,
Any
?
>
?
signature
Bytes
Link copied to clipboard
val
signatureBytes
:
ByteArray
?
status
Link copied to clipboard
val
status
:
QueryStatus
warnings
Link copied to clipboard
val
warnings
:
List
<
QueryWarning
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String