Click or drag to resize

QueryMetaData Class

[Missing <summary> documentation for "T:Couchbase.Query.QueryMetaData"]

Inheritance Hierarchy
SystemObject
  Couchbase.QueryQueryMetaData

Namespace:  Couchbase.Query
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public class QueryMetaData

The QueryMetaData type exposes the following members.

Constructors
  NameDescription
Public methodQueryMetaData
Initializes a new instance of the QueryMetaData class
Top
Properties
  NameDescription
Public propertyClientContextId
Gets the clientContextID of the request, if one was supplied. Used for debugging.
Public propertyMetrics
Gets an object containing metrics about the request.
Public propertyProfile
Gets the request N1QL query profile.
Public propertyRequestId
Gets A unique identifier for the response.
Public propertySignature
Gets the schema of the results. Present only when the query completes successfully.
Public propertyStatus
Gets the status of the request; possible values are: success, running, errors, completed, stopped, timeout, fatal.
Public propertyWarnings
Gets a list of 0 or more warning objects; if a warning occurred during processing of the request, it will be represented by a warning object in this list.
Top
See Also