QueryResultBase interface

Signature

  1. export interface QueryResultBase

Import

  1. import { QueryResultBase } from '@grafana/data';

Properties

PropertyTypeDescription
metaQueryResultMetaUsed by some backend data sources to communicate back info about the execution (generated sql, timing)
refIdstringMatches the query target refId

meta property

Used by some backend data sources to communicate back info about the execution (generated sql, timing)

Signature

  1. meta?: QueryResultMeta;

refId property

Matches the query target refId

Signature

  1. refId?: string;