Search Results Response
data class SearchResultsResponse(val azureAsyncOperationId: String, val description: String? = null, val endSearchTime: String? = null, val limit: Int? = null, val query: String? = null, val sourceTable: String, val startSearchTime: String? = null)
Parameters of the search job that initiated this table.
Constructors
Properties
Link copied to clipboard
Search results table async operation id.
Link copied to clipboard
Search job Description.
Link copied to clipboard
The timestamp to end the search by (UTC)
Link copied to clipboard
The table used in the search job.
Link copied to clipboard
The timestamp to start the search from (UTC)