Class StoredScript
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class StoredScript : IStoredScript
Constructors
| Edit this page View SourceStoredScript(string, string)
Instantiates a new instance of StoredScript
Declaration
protected StoredScript(string lang, string source)
Parameters
Type | Name | Description |
---|---|---|
string | lang | Script language |
string | source | Script source |