Class ExactlyOnceSemanticsStatistics
Inheritance
System.Object
ExactlyOnceSemanticsStatistics
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Silverback.Messaging.Broker.Callbacks.Statistics
Assembly: Silverback.Integration.Kafka.dll
Syntax
public class ExactlyOnceSemanticsStatistics
Properties
| Improve this doc View sourceEpochCnt
Declaration
[JsonPropertyName("epoch_cnt")]
public long EpochCnt { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
IdempState
Declaration
[JsonPropertyName("idemp_state")]
public string IdempState { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdempStateAge
Declaration
[JsonPropertyName("idemp_stateage")]
public long IdempStateAge { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
ProducerEpoch
Declaration
[JsonPropertyName("producer_epoch")]
public long ProducerEpoch { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
ProducerId
Declaration
[JsonPropertyName("producer_id")]
public long ProducerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
TxnMayEnq
Declaration
[JsonPropertyName("txn_may_enq")]
public bool TxnMayEnq { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TxnState
Declaration
[JsonPropertyName("txn_state")]
public string TxnState { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TxnStateAge
Declaration
[JsonPropertyName("txn_stateage")]
public long TxnStateAge { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |