def_data_servicedata_1h.json 454 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "delete_UsePutV": true,
  3. "table_type": "split_month",
  4. "split_column": "data_time",
  5. "Columns": [
  6. {
  7. "Name": "building",
  8. "Type": "String(20)"
  9. },
  10. {
  11. "Name": "meter",
  12. "Type": "String(100)"
  13. },
  14. {
  15. "Name": "funcid",
  16. "Type": "Long"
  17. },
  18. {
  19. "Name": "data_time",
  20. "Type": "String(20)"
  21. },
  22. {
  23. "Name": "data_value",
  24. "Type": "Double"
  25. }
  26. ],
  27. "Key": [
  28. "building",
  29. "meter",
  30. "funcid",
  31. "data_time"
  32. ],
  33. "Indexes": []
  34. }