forked from TrueCloudLab/frostfs-api
[#28] storagegroup: Rewrite field comments
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
487b84e614
commit
d349faa602
2 changed files with 9 additions and 5 deletions
|
@ -5,10 +5,13 @@ option csharp_namespace = "NeoFS.API.StorageGroup";
|
|||
|
||||
import "refs/types.proto";
|
||||
|
||||
// StorageGroup groups the information about the NeoFS storage group.
|
||||
// The storage group consists of objects from single container.
|
||||
message StorageGroup {
|
||||
// ValidationDataSize is size of the all object's payloads included into storage group
|
||||
// ValidationDataSize carries the total size of the payloads of the storage group members.
|
||||
uint64 ValidationDataSize = 1;
|
||||
// ValidationHash is homomorphic hash of all object's payloads included into storage group
|
||||
// ValidationHash carries homomorphic hash from the concatenation of the payloads of the storage group members.
|
||||
// The order of concatenation is the same as the order of the members in the Members field.
|
||||
bytes ValidationHash = 2;
|
||||
|
||||
// ExpirationEpoch carries last NeoFS epoch number of the storage group lifetime.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue