Add more well-known attributes

Resolves nspcc-dev/neofs-api-go#172

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
Stanislav Bogatyrev 2020-10-20 23:09:51 +03:00 committed by Stanislav Bogatyrev
parent bcc6f68eda
commit 31e1801c4a
2 changed files with 21 additions and 3 deletions

View file

@ -33,9 +33,16 @@ message Container {
//
// There are some "well-known" attributes affecting system behaviour:
//
// * Subnet \
// * __NEOFS__SUBNET \
// String ID of container's storage subnet. Container can be attached to
// only one subnet.
//
// And some well-known attributes used by applications only:
//
// * Name \
// Human-friendly name
// * Timestamp \
// User-defined local time of container creation in Unix Timestamp format
message Attribute {
// Attribute name key
string key = 1 [json_name = "key"];