summaryrefslogtreecommitdiff
path: root/conf/table_info.json
blob: 30e7f5b80ac0b311989008d0c7117e9cf3245183 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
    {
        "table_id": 0,
        "table_name": "TRAFFIC_SHAPING_RULE",
        "table_type": "plugin",
        "custom": {
            "gc_timeout_s":2,
            "key_name": "uuid",
            "key_type": "pointer"
        }
    },
    {
        "table_id": 1,
        "table_name": "TRAFFIC_SHAPING_PROFILE",
        "table_type": "plugin",
        "custom": {
            "gc_timeout_s":2,
            "key_name": "uuid",
            "key_type": "pointer"
        }
    }


]