SearchResults Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters of the search job that initiated this table.
public class SearchResults
type SearchResults = class
Public Class SearchResults
- Inheritance
-
SearchResults
Constructors
SearchResults() |
Initializes a new instance of the SearchResults class. |
SearchResults(String, String, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, String) |
Initializes a new instance of the SearchResults class. |
Properties
Description |
Gets or sets search job Description. |
EndSearchTime |
Gets or sets the timestamp to end the search by (UTC) |
Limit |
Gets or sets limit the search job to return up to specified number of rows. |
Query |
Gets or sets search job query. |
SourceTable |
Gets the table used in the search job. |
StartSearchTime |
Gets or sets the timestamp to start the search from (UTC) |