Interface IExecutePainlessScriptResponse<TResult>
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IExecutePainlessScriptResponse<out TResult> : IResponse, IOpenSearchResponse
Type Parameters
Name | Description |
---|---|
TResult |
Properties
| Edit this page View SourceResult
Declaration
TResult Result { get; }
Property Value
Type | Description |
---|---|
TResult |