forked from TrueCloudLab/frostfs-api
Add raw flag in object.GetRangeRequest
Raw flag used to get range of physically stored objects and ignoring split objects. In case of split object node should return SplitInfo message. Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
7f26542813
commit
75dd1261e3
1 changed files with 4 additions and 0 deletions
|
@ -414,6 +414,10 @@ message GetRangeRequest {
|
||||||
|
|
||||||
// Requested payload range
|
// Requested payload range
|
||||||
Range range = 2;
|
Range range = 2;
|
||||||
|
|
||||||
|
// If `raw` flag is set, request will work only with objects that are
|
||||||
|
// physically stored on the peer node.
|
||||||
|
bool raw = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Body of get range object request message.
|
// Body of get range object request message.
|
||||||
|
|
Loading…
Reference in a new issue