Show / Hide Table of Contents

    Class ExactlyOnceSemanticsStatistics

    Inheritance
    object
    ExactlyOnceSemanticsStatistics
    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 ExactlyOnceSemanticsStatistics

    Properties

    | Improve this doc View source

    EpochCnt

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

    IdempState

    Declaration
    [JsonPropertyName("idemp_state")]
    public string IdempState { get; set; }
    Property Value
    Type Description
    string
    | Improve this doc View source

    IdempStateAge

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

    ProducerEpoch

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

    ProducerId

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

    TxnMayEnq

    Declaration
    [JsonPropertyName("txn_may_enq")]
    public bool TxnMayEnq { get; set; }
    Property Value
    Type Description
    bool
    | Improve this doc View source

    TxnState

    Declaration
    [JsonPropertyName("txn_state")]
    public string TxnState { get; set; }
    Property Value
    Type Description
    string
    | Improve this doc View source

    TxnStateAge

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