forked from TrueCloudLab/frostfs-api
[#52] object: Add parent_attributes
field to EC-header
Signed-off-by: Airat Arifullin <aarifullin@yadro.com>
This commit is contained in:
parent
4c2193443e
commit
c7473ed98c
2 changed files with 3 additions and 0 deletions
|
@ -216,6 +216,8 @@ message Header {
|
|||
// if an object ID of its parent is presented. The field allows to determine how EC-chunk is placed
|
||||
// in Split hierarchy.
|
||||
neo.fs.v2.refs.ObjectID parent_split_parent_id = 7 [ json_name = "parentSplitParentID" ];
|
||||
// EC parent's attributes.
|
||||
repeated Attribute parent_attributes = 8 [ json_name = "parentAttributes" ];
|
||||
}
|
||||
// Erasure code chunk information.
|
||||
EC ec = 12 [ json_name = "ec" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue