QueryMetaData Class |
[Missing <summary> documentation for "T:Couchbase.Query.QueryMetaData"]
Namespace: Couchbase.Query
public class QueryMetaData
The QueryMetaData type exposes the following members.
| Name | Description | |
|---|---|---|
| QueryMetaData | Initializes a new instance of the QueryMetaData class |
| Name | Description | |
|---|---|---|
| ClientContextId |
Gets the clientContextID of the request, if one was supplied. Used for debugging.
| |
| Metrics |
Gets an object containing metrics about the request.
| |
| Profile |
Gets the request N1QL query profile.
| |
| RequestId |
Gets A unique identifier for the response.
| |
| Signature |
Gets the schema of the results. Present only when the query completes successfully.
| |
| Status |
Gets the status of the request; possible values are: success, running, errors, completed, stopped, timeout, fatal.
| |
| Warnings |
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.
|