| MqttServerTopicStatistics 属性  | 
 
            获取或设置当前的主题统计信息,默认按照天进行统计,连续统计30天。
            You can obtain or set the statistics of the current topic. By default, the statistics are collected every day for 30 consecutive days.
            
 
        命名空间: 
     HslCommunication.MQTT
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public LogStatistics TopicStatistics { get; set; }Public Property TopicStatistics As LogStatistics
	Get
	Set
public:
property LogStatistics^ TopicStatistics {
	LogStatistics^ get ();
	void set (LogStatistics^ value);
}member TopicStatistics : LogStatistics with get, set
属性值
类型:
LogStatistics 参见
参见