forked from TrueCloudLab/frostfs-api
Mention object split limitation by type
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
2613670553
commit
3cdde6492b
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ option csharp_namespace = "NeoFS.API.v2.Object";
|
|||
import "refs/types.proto";
|
||||
import "session/types.proto";
|
||||
|
||||
// Type of the object payload content.
|
||||
// Type of the object payload content. Only `REGULAR` type objects can be split,
|
||||
// hence `TOMBSTONE` and `STORAGEGROUP` payload is limited by maximal object
|
||||
// size.
|
||||
enum ObjectType {
|
||||
// Just a normal object
|
||||
REGULAR = 0;
|
||||
|
|
Loading…
Reference in a new issue