file.json 956 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "author": {
  3. "name": "",
  4. "email": "",
  5. "company": "EMQ Technologies Co., Ltd",
  6. "website": "https://www.emqx.io"
  7. },
  8. "helpUrl": {
  9. "en_US": "https://github.com/emqx/kuiper/blob/dev/0.9.1/docs/en_US/plugins/sinks/file.md",
  10. "zh_CN": "https://github.com/emqx/kuiper/blob/dev/0.9.1/docs/zh_CN/plugins/sinks/file.md"
  11. },
  12. "properties": [{
  13. "name": "path",
  14. "default": "",
  15. "optional": false,
  16. "control": "text",
  17. "type": "string",
  18. "hint": {
  19. "en_US": "The file path for saving the result",
  20. "zh_CN": "保存结果的文件路径"
  21. },
  22. "label": {
  23. "en_US": "Path of file",
  24. "zh_CN": "文件路径"
  25. }
  26. }, {
  27. "name": "interval",
  28. "default": 1000,
  29. "optional": true,
  30. "control": "text",
  31. "type": "int",
  32. "hint": {
  33. "en_US": "The time interval (ms) for writing the analysis result.",
  34. "zh_CN": "写入分析结果的时间间隔(毫秒)。"
  35. },
  36. "label": {
  37. "en_US": "Intervals",
  38. "zh_CN": "间隔时间"
  39. }
  40. }]
  41. }