Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ScheduledQueryDataSourceObjDetails

The information about new schedule Query of type DataSource.

Properties

Const dataSourceFeedProvider

dataSourceFeedProvider: string = "SCHEDULEDQUERY"

Optional description

description: undefined | string

Description text for the query

Optional intervalInSeconds

intervalInSeconds: undefined | number

Interval in minutes which query is run periodically. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional query

query: undefined | string

The continuous query expression that is run periodically.

Optional scheduledQueryScopeDetails

scheduledQueryScopeDetails: Array<ScheduledQueryScopeDetail>

Target information in which scheduled query will be run

Methods

getDeserializedJsonObj

getJsonObj