forked from TrueCloudLab/frostfs-api-go
[#10] Generate api
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
ec0d0274fa
commit
c46cd37f71
8 changed files with 39 additions and 39 deletions
10
object/grpc/types.pb.go
generated
10
object/grpc/types.pb.go
generated
|
@ -556,19 +556,19 @@ func (x *SplitInfo) GetLink() *grpc.ObjectID {
|
|||
// Objects with duplicated attribute names or attributes with empty values
|
||||
// will be considered invalid.
|
||||
//
|
||||
// There are some "well-known" attributes starting with `__NEOFS__` prefix
|
||||
// There are some "well-known" attributes starting with `__NEOFS__`/`__FROSTFS__` prefix
|
||||
// that affect system behaviour:
|
||||
//
|
||||
// - __NEOFS__UPLOAD_ID \
|
||||
// - [ __NEOFS__UPLOAD_ID | __FROSTFS__UPLOAD_ID ] \
|
||||
// Marks smaller parts of a split bigger object
|
||||
// - __NEOFS__EXPIRATION_EPOCH \
|
||||
// - [ __NEOFS__EXPIRATION_EPOCH | __FROSTFS__EXPIRATION_EPOCH ] \
|
||||
// Tells GC to delete object after that epoch
|
||||
// - __NEOFS__TICK_EPOCH \
|
||||
// - [ __NEOFS__TICK_EPOCH | __FROSTFS__TICK_EPOCH ] \
|
||||
// Decimal number that defines what epoch must produce
|
||||
// object notification with UTF-8 object address in a
|
||||
// body (`0` value produces notification right after
|
||||
// object put)
|
||||
// - __NEOFS__TICK_TOPIC \
|
||||
// - [ __NEOFS__TICK_TOPIC | __FROSTFS__TICK_TOPIC ] \
|
||||
// UTF-8 string topic ID that is used for object notification
|
||||
//
|
||||
// And some well-known attributes used by applications only:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue