table1_index.json 606 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "QueryType":"table_create",
  3. "Database":"db_test",
  4. "Datatable":"table1",
  5. "Definition":{
  6. "delete_UsePutV":false,
  7. "Columns":[
  8. {
  9. "Name":"KeyLong",
  10. "Multiplicity":"1",
  11. "Type":"Long"
  12. },
  13. {
  14. "Name":"KeyDouble",
  15. "Multiplicity":"1",
  16. "Type":"Double"
  17. },
  18. {
  19. "Name":"ValueLong",
  20. "Multiplicity":"1",
  21. "Type":"Long"
  22. },
  23. {
  24. "Name":"ValueDouble",
  25. "Multiplicity":"1",
  26. "Type":"Double"
  27. }
  28. ],
  29. "Key":[
  30. "KeyLong",
  31. "KeyDouble"
  32. ],
  33. "Indexes":[
  34. {
  35. "Name":"index_1",
  36. "Columns":[
  37. "KeyDouble",
  38. "KeyLong"
  39. ]
  40. }
  41. ]
  42. }
  43. }