DashboardWidget

data class DashboardWidget(val queryParameters: List<String>? = null, val queryStatement: String, val viewProperties: Map<String, String>? = null)

The dashboard widget

Constructors

Link copied to clipboard
constructor(queryParameters: List<String>? = null, queryStatement: String, viewProperties: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The placeholder keys in the QueryStatement. For example: $StartTime$, $EndTime$, $Period$.

Link copied to clipboard

The SQL query statement on one or more event data stores.

Link copied to clipboard

The view properties of the widget.