Search Results for

    Show / Hide Table of Contents

    Class ArbitraryBodyHttpRequestDescriptorBase<TSelf, TParams, TInterface>

    Inheritance
    object
    RequestBase<TParams>
    RequestDescriptorBase<TSelf, TParams, TInterface>
    ArbitraryHttpRequestDescriptorBase<TSelf, TParams, TInterface>
    ArbitraryBodyHttpRequestDescriptorBase<TSelf, TParams, TInterface>
    HttpPatchDescriptor
    HttpPostDescriptor
    HttpPutDescriptor
    Implements
    IDescriptor
    IArbitraryBodyHttpRequest<TParams>
    IArbitraryHttpRequest<TParams>
    IRequest<TParams>
    IRequest
    Inherited Members
    ArbitraryHttpRequestDescriptorBase<TSelf, TParams, TInterface>.Path
    ArbitraryHttpRequestDescriptorBase<TSelf, TParams, TInterface>.QueryString(Dictionary<string, object>)
    ArbitraryHttpRequestDescriptorBase<TSelf, TParams, TInterface>.QueryString(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    ArbitraryHttpRequestDescriptorBase<TSelf, TParams, TInterface>.ResolveUrl(RouteValues, IConnectionSettingsValues)
    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>.ResolveUrl(RouteValues, IConnectionSettingsValues)
    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 ArbitraryBodyHttpRequestDescriptorBase<TSelf, TParams, TInterface> : ArbitraryHttpRequestDescriptorBase<TSelf, TParams, TInterface>, IDescriptor, IArbitraryBodyHttpRequest<TParams>, IArbitraryHttpRequest<TParams>, IRequest<TParams>, IRequest where TSelf : ArbitraryBodyHttpRequestDescriptorBase<TSelf, TParams, TInterface>, TInterface where TParams : ArbitraryHttpRequestParameters<TParams>, new() where TInterface : IArbitraryBodyHttpRequest<TParams>
    Type Parameters
    Name Description
    TSelf
    TParams
    TInterface

    Constructors

    | Edit this page View Source

    ArbitraryBodyHttpRequestDescriptorBase(string)

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

    Methods

    | Edit this page View Source

    Body(PostData)

    Declaration
    public TSelf Body(PostData body)
    Parameters
    Type Name Description
    PostData body
    Returns
    Type Description
    TSelf
    | Edit this page View Source

    Body(byte[])

    Declaration
    public TSelf Body(byte[] bytes)
    Parameters
    Type Name Description
    byte[] bytes
    Returns
    Type Description
    TSelf
    | Edit this page View Source

    Body(string)

    Declaration
    public TSelf Body(string body)
    Parameters
    Type Name Description
    string body
    Returns
    Type Description
    TSelf
    | Edit this page View Source

    MultiJsonBody(IEnumerable<object>)

    Declaration
    public TSelf MultiJsonBody(IEnumerable<object> items)
    Parameters
    Type Name Description
    IEnumerable<object> items
    Returns
    Type Description
    TSelf
    | Edit this page View Source

    MultiJsonBody(IEnumerable<string>)

    Declaration
    public TSelf MultiJsonBody(IEnumerable<string> items)
    Parameters
    Type Name Description
    IEnumerable<string> items
    Returns
    Type Description
    TSelf
    | Edit this page View Source

    SerializableBody<T>(T)

    Declaration
    public TSelf SerializableBody<T>(T o)
    Parameters
    Type Name Description
    T o
    Returns
    Type Description
    TSelf
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    StreamableBody<T>(T, Action<T, Stream>, Func<T, Stream, CancellationToken, Task>)

    Declaration
    public TSelf StreamableBody<T>(T state, Action<T, Stream> syncWriter, Func<T, Stream, CancellationToken, Task> asyncWriter)
    Parameters
    Type Name Description
    T state
    Action<T, Stream> syncWriter
    Func<T, Stream, CancellationToken, Task> asyncWriter
    Returns
    Type Description
    TSelf
    Type Parameters
    Name Description
    T

    Implements

    IDescriptor
    IArbitraryBodyHttpRequest<T>
    IArbitraryHttpRequest<T>
    IRequest<TParameters>
    IRequest

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • ArbitraryBodyHttpRequestDescriptorBase(string)
    • Methods
      • Body(PostData)
      • Body(byte[])
      • Body(string)
      • MultiJsonBody(IEnumerable<object>)
      • MultiJsonBody(IEnumerable<string>)
      • SerializableBody<T>(T)
      • StreamableBody<T>(T, Action<T, Stream>, Func<T, Stream, CancellationToken, Task>)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX