Class RawQuery
Assembly: OpenSearch.Client.dll
Syntax
public class RawQuery : QueryBase, IRawQuery, IQuery
Constructors
|
Edit this page
View Source
RawQuery()
Declaration
|
Edit this page
View Source
RawQuery(string)
Declaration
public RawQuery(string rawQuery)
Parameters
Type |
Name |
Description |
string |
rawQuery |
|
Properties
|
Edit this page
View Source
Conditionless
Declaration
protected override bool Conditionless { get; }
Property Value
Overrides
|
Edit this page
View Source
Raw
Declaration
public string Raw { get; set; }
Property Value
Implements
Extension Methods