liuxiaolong
2019-12-04 abd6d2381b39009f8bd9faf47ddf4535a1596fdc
fileanalysis.proto
@@ -8,15 +8,19 @@
    string path         =3;
    int32  type         =4;
    int32  sort         =5;
    bool   is_running   =6;
    int32 progress      =7;
    int32 ruleType      =8;
    int32 status        =9;
    string createTime   =10;
    string updateTime   =11;
    string alias        =6;
    string snapshot_url =7;
    string duration     =8;
    bool   is_running   =9;
    int32 progress      =10;
    int32 ruleType      =11;
    int32 status        =12;
    string createTime   =13;
    string updateTime   =14;
}
message FileAnalysisSetting {
    bool videoFileEnable    =1;
    string videoDirectory   =2;
    bool videoEnable    =1;
    string fileDirectory   =2;
    int32 channelCount      =3;
}