Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%DeepSee.QuerySource

abstract class %DeepSee.QuerySource

This class defines the API needed to connect data sources to DeepSee dashboards.

Method Inventory

Methods

classmethod %GetFilterList(Output pList As %List) as %Status
Return a list of available filters for this data source.
classmethod %GetFilterMembers(pFilter As %String, Output pMembers As %List) as %Status
Return a list of available members for given filter.

Subclasses

FeedbackOpens in a new tab