[#1] Move files to top level directory
Signed-off-by: Ivan Pchelintsev <i.pchelintsev@yadro.com>
This commit is contained in:
parent
013d8a8436
commit
11eff4e23e
76 changed files with 0 additions and 0 deletions
9
src/FrostFS.SDK.ModelsV2/Object.cs
Normal file
9
src/FrostFS.SDK.ModelsV2/Object.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
namespace FrostFS.SDK.ModelsV2;
|
||||
|
||||
public class ObjectHead
|
||||
{
|
||||
public ContainerId ContainerId { get; set; }
|
||||
public long Size { get; set; }
|
||||
public Version Version { get; set; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue