add PutRequest.PutHeader.CopiesNumber uint32 field

This commit is contained in:
Leonard Lyubich 2020-04-15 18:26:03 +03:00
parent 4c4e3340d6
commit 17e7c3ae30

View file

@ -84,6 +84,8 @@ message PutRequest {
Object Object = 1;
// Token with session public key and user's signature
session.Token Token = 2;
// Number of the object copies to store within the RPC call (zero is processed according to the placement rules)
uint32 CopiesNumber = 3;
}
oneof R {