Show / Hide Table of Contents

    Class WindowStatistics

    Inheritance
    object
    WindowStatistics
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Messaging.Broker.Callbacks.Statistics
    Assembly: Silverback.Integration.Kafka.dll
    Syntax
    public class WindowStatistics

    Properties

    | Improve this doc View source

    Avg

    Declaration
    [JsonPropertyName("avg")]
    public long Avg { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    Cnt

    Declaration
    [JsonPropertyName("cnt")]
    public long Cnt { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    HdrSize

    Declaration
    [JsonPropertyName("hdrsize")]
    public long HdrSize { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    Max

    Declaration
    [JsonPropertyName("max")]
    public long Max { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    Min

    Declaration
    [JsonPropertyName("min")]
    public long Min { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    OutOfRange

    Declaration
    [JsonPropertyName("outofrange")]
    public long OutOfRange { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    P50

    Declaration
    [JsonPropertyName("p50")]
    public long P50 { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    P75

    Declaration
    [JsonPropertyName("p75")]
    public long P75 { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    P90

    Declaration
    [JsonPropertyName("p90")]
    public long P90 { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    P95

    Declaration
    [JsonPropertyName("p95")]
    public long P95 { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    P99

    Declaration
    [JsonPropertyName("p99")]
    public long P99 { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    P99_99

    Declaration
    [JsonPropertyName("p99_99")]
    public long P99_99 { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    StdDev

    Declaration
    [JsonPropertyName("stddev")]
    public long StdDev { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    Sum

    Declaration
    [JsonPropertyName("sum")]
    public long Sum { get; set; }
    Property Value
    Type Description
    long
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini