Class KafkaStatistics
Inheritance
System.Object
KafkaStatistics
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()
Assembly: Silverback.Integration.Kafka.dll
Syntax
public class KafkaStatistics
Properties
|
Improve this doc
View source
Brokers
Declaration
[JsonPropertyName("brokers")]
public Dictionary<string, BrokerStatistics> Brokers { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, BrokerStatistics> |
|
|
Improve this doc
View source
ClientId
Declaration
[JsonPropertyName("client_id")]
public string ClientId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this doc
View source
ConsumerGroup
Declaration
[JsonPropertyName("cgrp")]
public ConsumerGroupStatistics ConsumerGroup { get; set; }
Property Value
|
Improve this doc
View source
ExactlyOnceSemantics
Declaration
[JsonPropertyName("eos")]
public ExactlyOnceSemanticsStatistics ExactlyOnceSemantics { get; set; }
Property Value
|
Improve this doc
View source
Declaration
[JsonPropertyName("metadata_cache_cnt")]
public long MetadataCacheCnt { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this doc
View source
MsgCnt
Declaration
[JsonPropertyName("msg_cnt")]
public long MsgCnt { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this doc
View source
MsgMax
Declaration
[JsonPropertyName("msg_max")]
public long MsgMax { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this doc
View source
MsgSize
Declaration
[JsonPropertyName("msg_size")]
public long MsgSize { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this doc
View source
MsgSizeMax
Declaration
[JsonPropertyName("msg_size_max")]
public long MsgSizeMax { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this doc
View source
Name
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this doc
View source
ReplyQ
Declaration
[JsonPropertyName("replyq")]
public long ReplyQ { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this doc
View source
Rx
Declaration
[JsonPropertyName("rx")]
public long Rx { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this doc
View source
RxBytes
Declaration
[JsonPropertyName("rx_bytes")]
public long RxBytes { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this doc
View source
RxMsgBytes
Declaration
[JsonPropertyName("rxmsg_bytes")]
public long RxMsgBytes { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this doc
View source
RxMsgs
Declaration
[JsonPropertyName("rxmsgs")]
public long RxMsgs { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this doc
View source
SimpleCnt
Declaration
[JsonPropertyName("simple_cnt")]
public long SimpleCnt { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this doc
View source
Time
Declaration
[JsonPropertyName("time")]
public long Time { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this doc
View source
Topics
Declaration
[JsonPropertyName("topics")]
public Dictionary<string, TopicStatistics> Topics { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, TopicStatistics> |
|
|
Improve this doc
View source
Ts
Declaration
[JsonPropertyName("ts")]
public long Ts { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this doc
View source
Tx
Declaration
[JsonPropertyName("tx")]
public long Tx { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this doc
View source
TxBytes
Declaration
[JsonPropertyName("tx_bytes")]
public long TxBytes { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this doc
View source
TxMsgBytes
Declaration
[JsonPropertyName("txmsg_bytes")]
public long TxMsgBytes { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this doc
View source
TxMsgs
Declaration
[JsonPropertyName("txmsgs")]
public long TxMsgs { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this doc
View source
Type
Declaration
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|