Class ExactlyOnceSemanticsStatistics
Inheritance
ExactlyOnceSemanticsStatistics
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
|
Improve this doc
View source
IdempState
Declaration
[JsonPropertyName("idemp_state")]
public string IdempState { get; set; }
Property Value
|
Improve this doc
View source
IdempStateAge
Declaration
[JsonPropertyName("idemp_stateage")]
public long IdempStateAge { get; set; }
Property Value
|
Improve this doc
View source
ProducerEpoch
Declaration
[JsonPropertyName("producer_epoch")]
public long ProducerEpoch { get; set; }
Property Value
|
Improve this doc
View source
ProducerId
Declaration
[JsonPropertyName("producer_id")]
public long ProducerId { get; set; }
Property Value
|
Improve this doc
View source
TxnMayEnq
Declaration
[JsonPropertyName("txn_may_enq")]
public bool TxnMayEnq { get; set; }
Property Value
|
Improve this doc
View source
TxnState
Declaration
[JsonPropertyName("txn_state")]
public string TxnState { get; set; }
Property Value
|
Improve this doc
View source
TxnStateAge
Declaration
[JsonPropertyName("txn_stateage")]
public long TxnStateAge { get; set; }
Property Value