📄 events-archiver-configuration.xsd
字号:
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://xmlns.opennms.org/xsd/config/eventarchiver"> <element name="EventsArchiverConfiguration"> <complexType> <!--- archive age - events older than current time minus this time are removed (is typically in days, hours, minutes although seconds, milliseconds and microseconds are also supported!) --> <attribute name="archiveAge" type="string" use="required"/> <!--- the separator used in between event table column values when an event is written to the archive file --> <attribute name="separator" use="optional" type="string" default="#"/> </complexType> </element></schema>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -