Interface IScriptQuery
A query allowing to define a script to execute as a query
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IScriptQuery : IQuery
Properties
| Edit this page View SourceScript
The script to execute
Declaration
[DataMember(Name = "script")]
IScript Script { get; set; }
Property Value
Type | Description |
---|---|
IScript |