Compare commits

..

1 commit

Author SHA1 Message Date
6ea4183397 [#77] object: Add a refinement to description on the FileName attribute
Signed-off-by: Roman Loginov <r.loginov@yadro.com>
2025-04-16 14:51:03 +00:00
3 changed files with 2 additions and 5 deletions

View file

@ -95,9 +95,6 @@ message Selector {
// Filter reference to select from
string filter = 5 [ json_name = "filter" ];
// Use all nodes from the bucket.
bool wildcard = 6 [ json_name = "wildcard" ];
}
// Number of object replicas in a set of nodes from the defined selector. If no

View file

@ -141,7 +141,8 @@ message Header {
// * Name \
// Human-friendly name
// * FileName \
// File name to be associated with the object on saving
// File name to be associated with the object on saving. FileName must not
// contain the delimiting symbol '/'.
// * FilePath \
// Full path to be associated with the object on saving. Should start with a
// '/' and use '/' as a delimiting symbol. Trailing '/' should be

View file

@ -531,7 +531,6 @@ to the provided `ContainerID` by hash distance.
| clause | [Clause](#neo.fs.v2.netmap.Clause) | | Selector modifier showing how to form a bucket |
| attribute | [string](#string) | | Bucket attribute to select from |
| filter | [string](#string) | | Filter reference to select from |
| wildcard | [bool](#bool) | | Use all nodes from the bucket. |
<!-- end messages -->