show expected size of current send

Needs to be changed to send sizes for all planned steps
This commit is contained in:
Anton Schirg
2018-08-29 23:29:45 +02:00
parent 6ca11a7391
commit 98f3f3dfd8
6 changed files with 152 additions and 75 deletions
+4 -1
View File
@@ -63,7 +63,10 @@ message SendRes {
// Whether the resume token provided in the request has been used or not.
bool UsedResumeToken = 1;
repeated Property Properties = 2;
// Expected stream size determined by dry run, not exact
int64 ExpectedSize = 2;
repeated Property Properties = 3;
}
message ReceiveReq {