SearchResults interface
Parameters of the search job that initiated this table.
Properties
| azure |
Search results table async operation id. NOTE: This property will not be serialized. It can only be populated by the server. |
| description | Search job Description. |
| end |
The timestamp to end the search by (UTC) |
| limit | Limit the search job to return up to specified number of rows. |
| query | Search job query. |
| source |
The table used in the search job. NOTE: This property will not be serialized. It can only be populated by the server. |
| start |
The timestamp to start the search from (UTC) |
Property Details
azureAsyncOperationId
Search results table async operation id. NOTE: This property will not be serialized. It can only be populated by the server.
azureAsyncOperationId?: string
Property Value
string
description
Search job Description.
description?: string
Property Value
string
endSearchTime
The timestamp to end the search by (UTC)
endSearchTime?: Date
Property Value
Date
limit
Limit the search job to return up to specified number of rows.
limit?: number
Property Value
number
query
Search job query.
query?: string
Property Value
string
sourceTable
The table used in the search job. NOTE: This property will not be serialized. It can only be populated by the server.
sourceTable?: string
Property Value
string
startSearchTime
The timestamp to start the search from (UTC)
startSearchTime?: Date
Property Value
Date