Click or drag to resize

AnalyticsMetaData Class

[Missing <summary> documentation for "T:Couchbase.Analytics.AnalyticsMetaData"]

Inheritance Hierarchy
SystemObject
  Couchbase.AnalyticsAnalyticsMetaData

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

The AnalyticsMetaData type exposes the following members.

Constructors
  NameDescription
Public methodAnalyticsMetaData
Initializes a new instance of the AnalyticsMetaData 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 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