GraphQueryProperties interface
Properties that contain a graph query.
Properties
| description | The description of a graph query. |
| query | KQL query that will be graph. |
| result |
Enum indicating a type of graph query. |
| time |
Date and time in UTC of the last modification that was made to this graph query definition. |
Property Details
description
The description of a graph query.
description?: string
Property Value
string
query
KQL query that will be graph.
query: string
Property Value
string
resultKind
Enum indicating a type of graph query.
resultKind?: string
Property Value
string
timeModified
Date and time in UTC of the last modification that was made to this graph query definition.
timeModified?: Date
Property Value
Date