Mention object split limitation by type

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
Stanislav Bogatyrev 2020-11-09 23:29:52 +03:00 committed by Stanislav Bogatyrev
parent 2613670553
commit 3cdde6492b

View file

@ -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;