[#xx] object: Extend PatchRequest.Body with new_split_header field
Some checks failed
Formatters / Run fmt (pull_request) Successful in 24s
DCO action / DCO (pull_request) Failing after 26s
Pre-commit hooks / Pre-commit (pull_request) Successful in 32s

* This field updates object's split header.

Signed-off-by: Airat Arifullin <aarifullin@yadro.com>
This commit is contained in:
Airat Arifullin 2025-03-04 16:50:03 +03:00
parent b337e61e98
commit 3a34a886f0

View file

@ -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;
// The patch for the object's payload.
message Patch {
// The range of the source object for which the payload is replaced by the