def_data_servicedata_1m.json 535 B

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