Interface IStoredScript
A Stored script
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IStoredScript
Properties
| Edit this page View SourceLang
The script language
Declaration
[DataMember(Name = "lang")]
string Lang { get; set; }
Property Value
Type | Description |
---|---|
string |
Source
The script source
Declaration
[DataMember(Name = "source")]
string Source { get; set; }
Property Value
Type | Description |
---|---|
string |