![]() | AnalyticsMetaData Class |
[Missing <summary> documentation for "T:Couchbase.Analytics.AnalyticsMetaData"]
Namespace: Couchbase.Analytics
public class AnalyticsMetaData
The AnalyticsMetaData type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnalyticsMetaData | Initializes a new instance of the AnalyticsMetaData 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.
|
![]() | 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.
|