def_original_delaylog.json 364 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "delete_UsePutV": false,
  3. "Columns": [
  4. {
  5. "Name": "building",
  6. "Type": "String(20)"
  7. },
  8. {
  9. "Name": "operate_time",
  10. "Type": "String(20)"
  11. },
  12. {
  13. "Name": "total_count",
  14. "Type": "Long"
  15. },
  16. {
  17. "Name": "good_count",
  18. "Type": "Long"
  19. },
  20. {
  21. "Name": "delay_count",
  22. "Type": "Long"
  23. }
  24. ],
  25. "Key": [
  26. "building",
  27. "operate_time"
  28. ]
  29. }