public class AnalyticsMetaData extends Object
Modifier and Type | Method and Description |
---|---|
String |
clientContextId()
Get the client context identifier as set by the client
|
AnalyticsMetrics |
metrics()
Get the associated metrics for the response.
|
Optional<JsonObject> |
plans()
Returns plan information if present.
|
String |
requestId()
Get the request identifier of the query request
|
Optional<JsonObject> |
signature()
Get the signature as the target type, if present.
|
AnalyticsStatus |
status()
Get the status of the response.
|
String |
toString() |
List<AnalyticsWarning> |
warnings()
Returns warnings if present.
|
public String requestId()
public String clientContextId()
public AnalyticsStatus status()
public Optional<JsonObject> signature()
public AnalyticsMetrics metrics()
public List<AnalyticsWarning> warnings()
@Stability.Internal public Optional<JsonObject> plans()
Copyright © 2024 Couchbase, Inc.. All rights reserved.