Compare commits
1 commit
master
...
feat/searc
Author | SHA1 | Date | |
---|---|---|---|
|
0cbb63d925 |
2 changed files with 6 additions and 0 deletions
|
@ -583,6 +583,9 @@ message SearchRequest {
|
||||||
// object_id of parent
|
// object_id of parent
|
||||||
// * $Object:split.splitID \
|
// * $Object:split.splitID \
|
||||||
// 16 byte UUIDv4 used to identify the split object hierarchy parts
|
// 16 byte UUIDv4 used to identify the split object hierarchy parts
|
||||||
|
// * $Object:ec.parent \
|
||||||
|
// If the object is stored according to EC policy, then ec_parent attribute
|
||||||
|
// is set to return an id list of all related EC chunks.
|
||||||
//
|
//
|
||||||
// There are some well-known filter aliases to match objects by certain
|
// There are some well-known filter aliases to match objects by certain
|
||||||
// properties:
|
// properties:
|
||||||
|
|
|
@ -875,6 +875,9 @@ prefix to the name. Here is the list of fields available via this prefix:
|
||||||
object_id of parent
|
object_id of parent
|
||||||
* $Object:split.splitID \
|
* $Object:split.splitID \
|
||||||
16 byte UUIDv4 used to identify the split object hierarchy parts
|
16 byte UUIDv4 used to identify the split object hierarchy parts
|
||||||
|
* $Object:ec.parent \
|
||||||
|
If the object is stored according to EC policy, then ec_parent attribute
|
||||||
|
is set to return an id list of all related EC chunks.
|
||||||
|
|
||||||
There are some well-known filter aliases to match objects by certain
|
There are some well-known filter aliases to match objects by certain
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Reference in a new issue