GraphQueryArgs

data class GraphQueryArgs(val baseQuery: Output<String>, val legend: Output<String>, val metricName: Output<String>) : ConvertibleToJava<GraphQueryArgs>

The graph query to show the volume of data arriving into the workspace over time.

Constructors

Link copied to clipboard
constructor(baseQuery: Output<String>, legend: Output<String>, metricName: Output<String>)

Properties

Link copied to clipboard
val baseQuery: Output<String>

Gets or sets the base query for the graph. The base query is wrapped by Sentinel UI infra with a KQL query, that measures the volume over time.

Link copied to clipboard
val legend: Output<String>

Gets or sets the legend for the graph.

Link copied to clipboard
val metricName: Output<String>

Gets or sets the metric name that the query is checking. For example: 'Total data receive'.

Functions

Link copied to clipboard
open override fun toJava(): GraphQueryArgs