SavedSearchProperties interface

Value object for saved search results.

Properties

category

The category of the saved search. This helps the user to find a saved search faster.

displayName

Saved search display name.

functionAlias

The function alias if query serves as a function.

functionParameters

The optional function parameters if query serves as a function. Value should be in the following format: 'param-name1:type1 = default_value1, param-name2:type2 = default_value2'. For more examples and proper syntax please refer to https://docs.microsoft.com/en-us/azure/kusto/query/functions/user-defined-functions.

query

The query expression for the saved search.

tags

The tags attached to the saved search.

version

The version number of the query language. The current version is 2 and is the default.

Property Details

category

The category of the saved search. This helps the user to find a saved search faster.

category: string

Property Value

string

displayName

Saved search display name.

displayName: string

Property Value

string

functionAlias

The function alias if query serves as a function.

functionAlias?: string

Property Value

string

functionParameters

The optional function parameters if query serves as a function. Value should be in the following format: 'param-name1:type1 = default_value1, param-name2:type2 = default_value2'. For more examples and proper syntax please refer to https://docs.microsoft.com/en-us/azure/kusto/query/functions/user-defined-functions.

functionParameters?: string

Property Value

string

query

The query expression for the saved search.

query: string

Property Value

string

tags

The tags attached to the saved search.

tags?: Tag[]

Property Value

Tag[]

version

The version number of the query language. The current version is 2 and is the default.

version?: number

Property Value

number