Share via


Query Class

Definition

[Microsoft.SharePoint.Client.ScriptType("Microsoft.SharePoint.Client.Search.Query.Query", ServerTypeId="{506fbb38-b10c-4cb3-80a0-9003a85b56ed}")]
public class Query : Microsoft.SharePoint.Client.ClientObject
type Query = class
    inherit ClientObject
Public Class Query
Inherits ClientObject
Inheritance
Derived
Attributes

Constructors

Query(ClientRuntimeContext, ObjectPath)

Properties

BlockDedupeMode
BypassResultTypes
ClientType
Context (Inherited from ClientObject)
Culture
DesiredSnippetLength
EnableInterleaving
EnableNicknames
EnableOrderingHitHighlightedProperty
EnablePhonetic
EnableQueryRules
EnableStemming
GenerateBlockRankLog
HitHighlightedMultivaluePropertyLimit
HitHighlightedProperties
IgnoreSafeQueryPropertiesTemplateUrl
ImpressionID
MaxSnippetLength
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Path (Inherited from ClientObject)
PersonalizationData
ProcessBestBets
ProcessPersonalFavorites
QueryTag
QueryTemplate
QueryTemplateParameters
QueryText
RankingModelId
ResultsUrl
RowLimit
RowsPerPage
SafeQueryPropertiesTemplateUrl
ServerObjectIsNull (Inherited from ClientObject)
ShowPeopleNameSuggestions
SourceId
StartRow
SummaryLength
Tag (Inherited from ClientObject)
Timeout
TotalRowsExactMinimum
TrimDuplicates
TypedObject (Inherited from ClientObject)
UILanguage

Methods

CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
ExportQueryLogs(String, DateTime)
FromJson(JsonReader) (Inherited from ClientObject)
GetQueryCompletions(Int32, String, Int32)
GetQuerySuggestionsWithResults(Int32, Int32, Boolean, Boolean, Boolean, Boolean)
GetZeroTermsQuerySuggestionsWithResults(Int32, Int32, Boolean)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader)
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields() (Inherited from ClientObject)
RefreshLoad() (Inherited from ClientObject)
RemoveFromParentCollection() (Inherited from ClientObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to