Search Results for

    Show / Hide Table of Contents

    Class TransportStats

    Inheritance
    object
    TransportStats
    Inherited Members
    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
    [DataContract]
    public class TransportStats

    Properties

    | Edit this page View Source

    RxCount

    Declaration
    [DataMember(Name = "rx_count")]
    public long RxCount { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    RxSize

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

    RxSizeInBytes

    Declaration
    [DataMember(Name = "rx_size_in_bytes")]
    public long RxSizeInBytes { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    ServerOpen

    Declaration
    [DataMember(Name = "server_open")]
    public int ServerOpen { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    TxCount

    Declaration
    [DataMember(Name = "tx_count")]
    public long TxCount { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    TxSize

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

    TxSizeInBytes

    Declaration
    [DataMember(Name = "tx_size_in_bytes")]
    public long TxSizeInBytes { get; }
    Property Value
    Type Description
    long

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • RxCount
      • RxSize
      • RxSizeInBytes
      • ServerOpen
      • TxCount
      • TxSize
      • TxSizeInBytes
    • Extension Methods
    Back to top Generated by DocFX