forked from TrueCloudLab/frostfs-api
Release v2.9.1
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
233f777d0c
commit
ece09a1812
2 changed files with 11 additions and 6 deletions
|
@ -801,14 +801,13 @@ Type of match expression
|
|||
|
||||
### ObjectType
|
||||
Type of the object payload content. Only `REGULAR` type objects can be split,
|
||||
hence `TOMBSTONE` and `STORAGEGROUP` payload is limited by maximal object
|
||||
hence `TOMBSTONE` and `STORAGE_GROUP` payload is limited by maximal object
|
||||
size.
|
||||
|
||||
String presentation of object type is PascalCased `ObjectType` enumeration
|
||||
item name:
|
||||
* Regular
|
||||
* Tombstone
|
||||
* StorageGroup
|
||||
String presentation of object type is the same as definition:
|
||||
* REGULAR
|
||||
* TOMBSTONE
|
||||
* STORAGE_GROUP
|
||||
|
||||
| Name | Number | Description |
|
||||
| ---- | ------ | ----------- |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue