Show / Hide Table of Contents

    Class WindowStatistics

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

    Constructors

    WindowStatistics()

    Declaration
    public WindowStatistics()

    Properties

    Avg

    Declaration
    [JsonPropertyName("avg")]
    public long Avg { get; init; }
    Property Value
    Type Description
    long

    Cnt

    Declaration
    [JsonPropertyName("cnt")]
    public long Cnt { get; init; }
    Property Value
    Type Description
    long

    HdrSize

    Declaration
    [JsonPropertyName("hdrsize")]
    public long HdrSize { get; init; }
    Property Value
    Type Description
    long

    Max

    Declaration
    [JsonPropertyName("max")]
    public long Max { get; init; }
    Property Value
    Type Description
    long

    Min

    Declaration
    [JsonPropertyName("min")]
    public long Min { get; init; }
    Property Value
    Type Description
    long

    OutOfRange

    Declaration
    [JsonPropertyName("outofrange")]
    public long OutOfRange { get; init; }
    Property Value
    Type Description
    long

    P50

    Declaration
    [JsonPropertyName("p50")]
    public long P50 { get; init; }
    Property Value
    Type Description
    long

    P75

    Declaration
    [JsonPropertyName("p75")]
    public long P75 { get; init; }
    Property Value
    Type Description
    long

    P90

    Declaration
    [JsonPropertyName("p90")]
    public long P90 { get; init; }
    Property Value
    Type Description
    long

    P95

    Declaration
    [JsonPropertyName("p95")]
    public long P95 { get; init; }
    Property Value
    Type Description
    long

    P99

    Declaration
    [JsonPropertyName("p99")]
    public long P99 { get; init; }
    Property Value
    Type Description
    long

    P99_99

    Declaration
    [JsonPropertyName("p99_99")]
    public long P99_99 { get; init; }
    Property Value
    Type Description
    long

    StdDev

    Declaration
    [JsonPropertyName("stddev")]
    public long StdDev { get; init; }
    Property Value
    Type Description
    long

    Sum

    Declaration
    [JsonPropertyName("sum")]
    public long Sum { get; init; }
    Property Value
    Type Description
    long
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini