mirror of
https://github.com/nspcc-dev/neofs-api.git
synced 2026-03-01 04:28:54 +00:00
Describe object field stringers in neofs-api #24
Labels
No labels
I0
I1
I2
I3
I4
S0
S1
S2
S3
S3
S4
U2
U3
U4
bug
discussion
discussion
documentation
enhancement
enhancement
enhancement
feature
good first issue
question
task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-api#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alexvanin on GitHub (Oct 27, 2020).
Originally assigned to: @realloc on GitHub.
According to https://github.com/nspcc-dev/neofs-api/pull/72#issuecomment-708328148 we've decided to describe string representation of object fields in
neofs-spec. However there are a lot of information about well-known headers there, for example. And I don't see any issues with specifying string format in this repository. Also it should be implemented inneofs-api-goas well, so it makes sense.We already agreed on format for object ID, container ID and address. But we have plenty more fields that we can filter on search request:
/as a separator)Edit 1:
@alexvanin commented on GitHub (Oct 27, 2020):
Proposal for string representation of remaining fields:
vX.Y, whereX- major,Y- minor number.0xprefix0xprefixTombstone,Regular,StorageGroup.Edit 1: