Class ExactlyOnceSemanticsStatistics
- Namespace
- Silverback.Messaging.Broker.Callbacks.Statistics
- Assembly
- Silverback.Integration.Kafka.dll
public class ExactlyOnceSemanticsStatistics
- Inheritance
-
ExactlyOnceSemanticsStatistics
- Inherited Members
-
Constructors
ExactlyOnceSemanticsStatistics()
public ExactlyOnceSemanticsStatistics()
Properties
EpochCnt
[JsonPropertyName("epoch_cnt")]
public long EpochCnt { get; init; }
Property Value
- long
IdempState
[JsonPropertyName("idemp_state")]
public string IdempState { get; init; }
Property Value
- string
IdempStateAge
[JsonPropertyName("idemp_stateage")]
public long IdempStateAge { get; init; }
Property Value
- long
ProducerEpoch
[JsonPropertyName("producer_epoch")]
public long ProducerEpoch { get; init; }
Property Value
- long
ProducerId
[JsonPropertyName("producer_id")]
public long ProducerId { get; init; }
Property Value
- long
TxnMayEnq
[JsonPropertyName("txn_may_enq")]
public bool TxnMayEnq { get; init; }
Property Value
- bool
TxnState
[JsonPropertyName("txn_state")]
public string TxnState { get; init; }
Property Value
- string
TxnStateAge
[JsonPropertyName("txn_stateage")]
public long TxnStateAge { get; init; }
Property Value
- long