def_ce_computelog.json 642 B

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