GraphQueryUpdateParameters interface
The parameters that can be provided when updating workbook properties properties.
Properties
| description | The description of a graph query. |
| etag | This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict. |
| query | KQL query that will be graph. |
| tags | Resource tags |
Property Details
description
The description of a graph query.
description?: string
Property Value
string
etag
This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict.
etag?: string
Property Value
string
query
KQL query that will be graph.
query?: string
Property Value
string
tags
Resource tags
tags?: Record<string, string>
Property Value
Record<string, string>