Interface IPutScriptRequest
Assembly: OpenSearch.Client.dll
Syntax
public interface IPutScriptRequest : IRequest<PutScriptRequestParameters>, IRequest
Properties
|
Edit this page
View Source
Context
Declaration
[IgnoreDataMember]
Name Context { get; }
Property Value
|
Edit this page
View Source
Id
Declaration
[IgnoreDataMember]
Id Id { get; }
Property Value
|
Edit this page
View Source
Script
Declaration
[DataMember(Name = "script")]
IStoredScript Script { get; set; }
Property Value
Extension Methods