ods_dmp_device_total.avsc 617 Bytes
Newer Older
wang-jinfeng committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
{
    "namespace": "mobvista.dmp.device.bean",
    "type": "record",
    "name": "OdsDmpDeviceTotal",
    "separatorChar": "\t",
    "fields": [
        {
            "name": "device_id",
            "type": "string",
            "doc": "device id"
        },
        {
            "name": "id_type",
            "type": "string",
            "doc": "device type"
        },
        {
            "name": "country",
            "type": "string",
            "doc": "country"
        },
        {
            "name": "last_req_day",
            "type": "string",
            "doc": "last request day"
        }
    ]
}