GraphQuery interface
The graph query to show the volume of data arriving into the workspace over time.
Properties
| base |
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. |
| legend | Gets or sets the legend for the graph. |
| metric |
Gets or sets the metric name that the query is checking. For example: 'Total data receive'. |
Property Details
baseQuery
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.
baseQuery: string
Property Value
string
legend
Gets or sets the legend for the graph.
legend: string
Property Value
string
metricName
Gets or sets the metric name that the query is checking. For example: 'Total data receive'.
metricName: string
Property Value
string