Get Saved Search Result
data class GetSavedSearchResult(val azureApiVersion: String, val category: String, val displayName: String, val etag: String? = null, val functionAlias: String? = null, val functionParameters: String? = null, val id: String, val name: String, val query: String, val tags: List<TagResponse>? = null, val type: String, val version: Double? = null)
Value object for saved search results.
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Saved search display name.
Link copied to clipboard
The function alias if query serves as a function.
Link copied to clipboard
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.
Link copied to clipboard
The tags attached to the saved search.