12345678910111213141516171819202122232425262728293031323334 |
- {
- "QueryType":"table_create",
- "Database":"db_test",
- "Datatable":"table1",
- "Definition":{
- "delete_UsePutV":true,
- "Columns":[
- {
- "Name":"KeyLong",
- "Multiplicity":"1",
- "Type":"Long"
- },
- {
- "Name":"KeyDouble",
- "Multiplicity":"1",
- "Type":"Double"
- },
- {
- "Name":"ValueLong",
- "Multiplicity":"1",
- "Type":"Long"
- },
- {
- "Name":"ValueDouble",
- "Multiplicity":"1",
- "Type":"Double"
- }
- ],
- "Key":[
- "KeyLong",
- "KeyDouble"
- ]
- }
- }
|