Search Results for

    Show / Hide Table of Contents

    Class GetScriptContextRequestParameters

    Request options for GetScriptContext

    https://opensearch.org/docs/latest/api-reference/script-apis/get-script-contexts/

    Inheritance
    object
    RequestParameters<GetScriptContextRequestParameters>
    GetScriptContextRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<GetScriptContextRequestParameters>.CustomResponseBuilder
    RequestParameters<GetScriptContextRequestParameters>.QueryString
    RequestParameters<GetScriptContextRequestParameters>.RequestConfiguration
    RequestParameters<GetScriptContextRequestParameters>.ContainsQueryString(string)
    RequestParameters<GetScriptContextRequestParameters>.GetQueryStringValue<TOut>(string)
    RequestParameters<GetScriptContextRequestParameters>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<GetScriptContextRequestParameters>.SetQueryString(string, object)
    RequestParameters<GetScriptContextRequestParameters>.Q<TOut>(string)
    RequestParameters<GetScriptContextRequestParameters>.Q(string, object)
    RequestParameters<GetScriptContextRequestParameters>.SetAcceptHeader(string)
    RequestParameters<GetScriptContextRequestParameters>.AcceptHeaderFromFormat(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net
    Assembly: OpenSearch.Net.dll
    Syntax
    public class GetScriptContextRequestParameters : RequestParameters<GetScriptContextRequestParameters>, IRequestParameters

    Properties

    | Edit this page View Source

    DefaultHttpMethod

    Declaration
    public override HttpMethod DefaultHttpMethod { get; }
    Property Value
    Type Description
    HttpMethod
    Overrides
    RequestParameters<GetScriptContextRequestParameters>.DefaultHttpMethod
    | Edit this page View Source

    SupportsBody

    Declaration
    public override bool SupportsBody { get; }
    Property Value
    Type Description
    bool
    Overrides
    RequestParameters<GetScriptContextRequestParameters>.SupportsBody

    Implements

    IRequestParameters

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DefaultHttpMethod
      • SupportsBody
    • Implements
    • Extension Methods
    Back to top Generated by DocFX