Searched defs:TransferConfig (Results 1 – 2 of 2) sorted by relevance
24 struct TransferConfig { struct25 uint64_t fileSize;26 uint64_t atime; // ns27 uint64_t mtime; // ns28 string options;29 string path;30 string optionalName;31 bool updateIfNew;32 uint8_t compressType;33 bool holdTimestamp;[all …]
16 export class TransferConfig extends Object{ class