do dry runs in planning stage to estimate size of all sends

This commit is contained in:
Anton Schirg
2018-08-30 12:52:08 +02:00
parent 47d8a5a7cd
commit b5957aca37
5 changed files with 138 additions and 84 deletions
+2
View File
@@ -50,6 +50,8 @@ message SendReq {
string ResumeToken = 4;
bool Compress = 5;
bool Dedup = 6;
bool DryRun = 7;
}
message Property {