forked from TrueCloudLab/frostfs-api
[#26] object: Replace Epoch to ExtendedHeader
This commit replaces CreationEpoch field to ExtendedHeader message. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
a28decac39
commit
8e8d9f0982
2 changed files with 3 additions and 3 deletions
|
@ -31,6 +31,8 @@ message ExtendedHeader {
|
|||
IntegrityHeader Integrity = 9;
|
||||
// StorageGroup contains meta information for the data audit
|
||||
storagegroup.StorageGroup StorageGroup = 10;
|
||||
// CreationEpoch carries number of NeoFS epoch on which the object was created.
|
||||
uint64 CreationEpoch = 11;
|
||||
}
|
||||
|
||||
message Tombstone {}
|
||||
|
@ -43,8 +45,6 @@ message SystemHeader {
|
|||
refs.Address Address = 2;
|
||||
// OwnerID is a wallet address
|
||||
bytes OwnerID = 3;
|
||||
// CreationEpoch carries number of NeoFS epoch on which the object was created.
|
||||
uint64 CreationEpoch = 4;
|
||||
}
|
||||
|
||||
message IntegrityHeader {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue