12345678910111213141516171819202122232425262728293031323334 |
- {
- "delete_UsePutV": true,
- "table_type": "split_month",
- "split_column": "data_time",
- "Columns": [
- {
- "Name": "building",
- "Type": "String(20)"
- },
- {
- "Name": "meter",
- "Type": "String(100)"
- },
- {
- "Name": "funcid",
- "Type": "Long"
- },
- {
- "Name": "data_time",
- "Type": "String(20)"
- },
- {
- "Name": "data_value",
- "Type": "Double"
- }
- ],
- "Key": [
- "building",
- "meter",
- "funcid",
- "data_time"
- ],
- "Indexes": []
- }
|