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