Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-statementexecution
v1
QueryTag
Interface QueryTag
A query execution can be annotated with an optional key-value pair to allow users to attribute the executions by key and optional value to filter by. QueryTag is the user-facing representation.
interface
QueryTag
{
key
?:
string
;
value
?:
string
;
}
Index
Properties
key?
value?
Properties
Optional
key
key
?:
string
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
key
value
Databricks SDK for JavaScript
Loading...