Searched defs:DownloadRecord (Results 1 – 1 of 1) sorted by relevance
32 struct DownloadRecord { struct33 std::string opType;34 std::string bucket;35 std::string key;36 std::string filePath;37 std::string mtime;38 uint64_t size;39 uint64_t partSize;41 std::string md5Sum;42 int64_t rangeStart;[all …]
Completed in 3 milliseconds