Search Results for

    Show / Hide Table of Contents

    Interface IRemoteSource

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IRemoteSource

    Properties

    | Edit this page View Source

    ConnectTimeout

    Declaration
    [DataMember(Name = "connect_timeout")]
    Time ConnectTimeout { get; set; }
    Property Value
    Type Description
    Time
    | Edit this page View Source

    Host

    Declaration
    [DataMember(Name = "host")]
    Uri Host { get; set; }
    Property Value
    Type Description
    Uri
    | Edit this page View Source

    Password

    Declaration
    [DataMember(Name = "password")]
    string Password { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SocketTimeout

    Declaration
    [DataMember(Name = "socket_timeout")]
    Time SocketTimeout { get; set; }
    Property Value
    Type Description
    Time
    | Edit this page View Source

    Username

    Declaration
    [DataMember(Name = "username")]
    string Username { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • ConnectTimeout
      • Host
      • Password
      • SocketTimeout
      • Username
    • Extension Methods
    Back to top Generated by DocFX