Click or drag to resize

AnalyticsMetaData Properties

The AnalyticsMetaData type exposes the following members.

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