def.json 678 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "Columns": [
  3. {
  4. "Name": "KeyLong",
  5. "Type": "Long"
  6. },
  7. {
  8. "Name": "KeyString",
  9. "Type": "String(10)"
  10. },
  11. {
  12. "Name": "KeyBoolean",
  13. "Type": "Boolean"
  14. },
  15. {
  16. "Name": "ValueLong",
  17. "Type": "Long"
  18. },
  19. {
  20. "Name": "ValueString",
  21. "Type": "String(10)"
  22. },
  23. {
  24. "Name": "ValueBoolean",
  25. "Type": "Boolean"
  26. },
  27. {
  28. "Name": "ValueDouble",
  29. "Type": "Double"
  30. }
  31. ],
  32. "Key": [
  33. "KeyLong",
  34. "KeyString",
  35. "KeyBoolean"
  36. ],
  37. "Indexes": [
  38. {
  39. "Name": "index_1",
  40. "Columns": [
  41. "KeyString",
  42. "KeyBoolean",
  43. "KeyLong"
  44. ]
  45. },
  46. {
  47. "Name": "index_2",
  48. "Columns": [
  49. "KeyBoolean",
  50. "KeyLong",
  51. "KeyString"
  52. ]
  53. }
  54. ]
  55. }