Search Results for

    Show / Hide Table of Contents

    Class ArbitraryHttpRequestDescriptorBase<TSelf, TParams, TInterface>

    Inheritance
    object
    RequestBase<TParams>
    RequestDescriptorBase<TSelf, TParams, TInterface>
    ArbitraryHttpRequestDescriptorBase<TSelf, TParams, TInterface>
    ArbitraryBodyHttpRequestDescriptorBase<TSelf, TParams, TInterface>
    HttpDeleteDescriptor
    HttpGetDescriptor
    HttpHeadDescriptor
    Implements
    IDescriptor
    IArbitraryHttpRequest<TParams>
    IRequest<TParams>
    IRequest
    Inherited Members
    RequestDescriptorBase<TSelf, TParams, TInterface>.Self
    RequestDescriptorBase<TSelf, TParams, TInterface>.Assign<TValue>(TValue, Action<TInterface, TValue>)
    RequestDescriptorBase<TSelf, TParams, TInterface>.Qs(string, object)
    RequestDescriptorBase<TSelf, TParams, TInterface>.RequestConfiguration(Func<RequestConfigurationDescriptor, IRequestConfiguration>)
    RequestDescriptorBase<TSelf, TParams, TInterface>.ErrorTrace(bool?)
    RequestDescriptorBase<TSelf, TParams, TInterface>.FilterPath(params string[])
    RequestDescriptorBase<TSelf, TParams, TInterface>.FilterPath(IEnumerable<string>)
    RequestDescriptorBase<TSelf, TParams, TInterface>.Human(bool?)
    RequestDescriptorBase<TSelf, TParams, TInterface>.Pretty(bool?)
    RequestDescriptorBase<TSelf, TParams, TInterface>.SourceQueryString(string)
    RequestBase<TParams>.HttpMethod
    RequestBase<TParams>.RequestState
    RequestBase<TParams>.ContentType
    RequestBase<TParams>.RequestDefaults(TParams)
    RequestBase<TParams>.Q<TOut>(string)
    RequestBase<TParams>.Q(string, object)
    RequestBase<TParams>.SetAcceptHeader(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public abstract class ArbitraryHttpRequestDescriptorBase<TSelf, TParams, TInterface> : RequestDescriptorBase<TSelf, TParams, TInterface>, IDescriptor, IArbitraryHttpRequest<TParams>, IRequest<TParams>, IRequest where TSelf : ArbitraryHttpRequestDescriptorBase<TSelf, TParams, TInterface>, TInterface where TParams : ArbitraryHttpRequestParameters<TParams>, new() where TInterface : IArbitraryHttpRequest<TParams>
    Type Parameters
    Name Description
    TSelf
    TParams
    TInterface

    Constructors

    | Edit this page View Source

    ArbitraryHttpRequestDescriptorBase(string)

    Declaration
    protected ArbitraryHttpRequestDescriptorBase(string path)
    Parameters
    Type Name Description
    string path

    Properties

    | Edit this page View Source

    Path

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    QueryString(Dictionary<string, object>)

    Declaration
    public TSelf QueryString(Dictionary<string, object> queryString)
    Parameters
    Type Name Description
    Dictionary<string, object> queryString
    Returns
    Type Description
    TSelf
    | Edit this page View Source

    QueryString(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)

    Declaration
    public TSelf QueryString(Func<FluentDictionary<string, object>, FluentDictionary<string, object>> selector)
    Parameters
    Type Name Description
    Func<FluentDictionary<string, object>, FluentDictionary<string, object>> selector
    Returns
    Type Description
    TSelf
    | Edit this page View Source

    ResolveUrl(RouteValues, IConnectionSettingsValues)

    Declaration
    protected override string ResolveUrl(RouteValues routeValues, IConnectionSettingsValues settings)
    Parameters
    Type Name Description
    RouteValues routeValues
    IConnectionSettingsValues settings
    Returns
    Type Description
    string
    Overrides
    RequestBase<TParams>.ResolveUrl(RouteValues, IConnectionSettingsValues)

    Implements

    IDescriptor
    IArbitraryHttpRequest<T>
    IRequest<TParameters>
    IRequest

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • ArbitraryHttpRequestDescriptorBase(string)
    • Properties
      • Path
    • Methods
      • QueryString(Dictionary<string, object>)
      • QueryString(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
      • ResolveUrl(RouteValues, IConnectionSettingsValues)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX