def_fjd_0_computelog.json 678 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "delete_UsePutV": false,
  3. "table_type": "index_data",
  4. "Columns": [
  5. {
  6. "Name": "building",
  7. "Type": "String(20)"
  8. },
  9. {
  10. "Name": "compute_round",
  11. "Type": "Long"
  12. },
  13. {
  14. "Name": "compute_time_from",
  15. "Type": "String(20)"
  16. },
  17. {
  18. "Name": "compute_time_to",
  19. "Type": "String(20)"
  20. },
  21. {
  22. "Name": "detail_content",
  23. "Type": "String(16777215)"
  24. },
  25. {
  26. "Name": "is_finished",
  27. "Type": "Long"
  28. },
  29. {
  30. "Name": "is_recompute",
  31. "Type": "Long"
  32. },
  33. {
  34. "Name": "operate_time_from",
  35. "Type": "String(20)"
  36. },
  37. {
  38. "Name": "operate_time_to",
  39. "Type": "String(20)"
  40. }
  41. ],
  42. "Key": [
  43. "building",
  44. "compute_round"
  45. ],
  46. "Indexes": []
  47. }