Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace LoggingQueryDataSourceDetails

Information for a logging query for a data source.

Properties

Optional additionalEntitiesCount

additionalEntitiesCount: undefined | number

The additional entities count used for data source query Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const dataSourceFeedProvider

dataSourceFeedProvider: string = "LOGGINGQUERY"

Optional intervalInMinutes

intervalInMinutes: undefined | number

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

Optional loggingQueryDetails

loggingQueryDetails: model.InsightTypeLoggingQueryDetails

Optional loggingQueryType

loggingQueryType: model.LoggingQueryType

Type of logging query for data source (Sighting/Insight)

Optional operator

operator: model.LoggingQueryOperatorType

Operator used in data source

Optional query

query: undefined | string

The continuous query expression that is run periodicall

Optional queryStartTime

Optional regions

regions: Array<string>

List of logging query regions

Optional threshold

threshold: undefined | number

The integer value that must be exceeded, fall below or equal to (depending on the operator), for the query result to trigger an event Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Methods

getDeserializedJsonObj

getJsonObj