Extend PatchRequest.Body
with new_split_header
field #81
1 changed files with 4 additions and 0 deletions
|
@ -887,6 +887,10 @@ message PatchRequest {
|
|||
// key, then it just replaces it while merging the lists.
|
||||
bool replace_attributes = 3;
|
||||
|
||||
// New split header for the object. This defines how the object will relate
|
||||
// to other objects in a split operation.
|
||||
neo.fs.v2.object.Header.Split new_split_header = 5;
|
||||
dkirillov marked this conversation as resolved
|
||||
|
||||
// The patch for the object's payload.
|
||||
message Patch {
|
||||
// The range of the source object for which the payload is replaced by the
|
||||
|
|
Loading…
Add table
Reference in a new issue
Do we decided add only split header, not any other system attributes?
True, but I have changed my mind:
ContainerID
andOwnerID
, then the result will be unpredictable (or it'll be a huge disaster)split_header
is enough and no other system attribute is required to get patched. Initially my concern was to take into account all necessary fieldsThe same thing was being said about splitheader some time ago :)
I don't mind adding this field explicitly, but we need to be sure that it is enough for the usecase we are trying to support.