ResultTable.TableType property
Specifies the type of results.
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public ReadOnly Property TableType As String
Get
'Usage
Dim instance As ResultTable
Dim value As String
value = instance.TableType
public string TableType { get; }
Property value
Type: System.String
Remarks
The valid values for this property are RelevantResults, SpecialTermResults, HighConfidenceResults, VisualBestBetsResults, and RefinementResults.
The RelevantResults table contains the actual query results. The table will have one column for each requested property that is specified in the SelectProperties property, or as specified in a SELECT statement of the SharePoint Search SQL syntax.
The SpecialTermResults table contains best bets that apply to the search query. It will have one row per best bet, and it will have columns as specified in the following table.
Column Name |
Description |
Type |
---|---|---|
Title |
The title of the best bet. |
string |
Url |
The URL that the best bet links to. |
string |
Description |
A human-readable description of the best bet. |
string |
The HighConfidenceResults table contains high confidence results that apply to the search query. It will have one row per high confidence result, and it will have columns as specified in the following table.
Column Name |
Description |
string |
---|---|---|
Title |
The title of the high confidence result. |
string |
Url |
A valid URL that points to the high confidence result. |
string |
Description |
A description of the high confidence result. |
string |
HighConfidenceImageURL |
The URL of a picture that represents the high confidence result. |
string |
HighConfidenceDisplayProperty1 |
Usage is at the discretion of the search administrator. |
string |
HighConfidenceDisplayProperty2 |
Usage is at the discretion of the search administrator. |
string |
HighConfidenceDisplayProperty3 |
Usage is at the discretion of the search administrator. |
string |
HighConfidenceDisplayProperty4 |
Usage is at the discretion of the search administrator. |
string |
HighConfidenceDisplayProperty5 |
Usage is at the discretion of the search administrator. |
string |
HighConfidenceDisplayProperty6 |
Usage is at the discretion of the search administrator. |
string |
HighConfidenceDisplayProperty7 |
Usage is at the discretion of the search administrator. |
string |
HighConfidenceDisplayProperty8 |
Usage is at the discretion of the search administrator. |
string |
HighConfidenceDisplayProperty9 |
Usage is at the discretion of the search administrator. |
string |
HighConfidenceDisplayProperty10 |
Usage is at the discretion of the search administrator. |
string |
HighConfidenceDisplayProperty11 |
Usage is at the discretion of the search administrator. |
string |
HighConfidenceDisplayProperty12 |
Usage is at the discretion of the search administrator. |
string |
HighConfidenceDisplayProperty13 |
Usage is at the discretion of the search administrator. |
string |
HighConfidenceDisplayProperty14 |
Usage is at the discretion of the search administrator. |
string |
HighConfidenceDisplayProperty15 |
Usage is at the discretion of the search administrator. |
string |
HighConfidenceType |
The type of the high confidence result. The possible value for this column is defined by the search administrator. |
string |
The VisualBestBetsResults table contains visual best bets that apply to the search query. It will have one row per visual best bet, and it will have columns as specified in the following table.
Column Name |
Description |
Type |
---|---|---|
Name |
The name of the visual best bet. |
string |
Uri |
The URL that the visual best bet links to. |
string |
Description |
A human-readable description of the visual best bet. |
string |
Keyword |
The keyword term for the visual best bet. |
string |
Teaser |
A short summary to be displayed. |
string |
TeaserContentType |
The content type of the summary. |
string |
The RefinementResults table contains refinement results that apply to the search query. It will have one row per refinement, and it will have columns as specified in the following table
Column Name |
Description |
Type |
---|---|---|
RefinerName |
The name of the refined managed property. |
string |
RefinementName |
The display name of the refinement. |
string |
RefinementValue |
The value of the refinement bucket. |
string |
RefinementCount |
The result count for this refinement. |
|
RefinementToken |
The token used to apply the refinement through a new query. |
string |