forked from TrueCloudLab/frostfs-api
Release v2.3.0 - Seonyudo (선유도, 仙遊島)
UN-LOCODE support and Container's used space reporting Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
5152f607f1
commit
a37a7c5ef4
5 changed files with 190 additions and 22 deletions
|
@ -597,6 +597,10 @@ properties:
|
|||
Returns only objects physically stored in the system. This filter is
|
||||
activated if the `key` exists, disregarding the value and matcher type.
|
||||
|
||||
Note: using filters with a key with prefix `$Object:` and match type
|
||||
`NOT_PRESENT `is not recommended since this is not a cross-version approach.
|
||||
Behavior when processing this kind of filters is undefined.
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
|
@ -780,6 +784,8 @@ Type of match expression
|
|||
| ---- | ------ | ----------- |
|
||||
| MATCH_TYPE_UNSPECIFIED | 0 | Unknown. Not used |
|
||||
| STRING_EQUAL | 1 | Full string match |
|
||||
| STRING_NOT_EQUAL | 2 | Full string mismatch |
|
||||
| NOT_PRESENT | 3 | Lack of key |
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue