[#28] Clients: Make immutable parameters
Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
parent
749000a090
commit
9bb7b5eff8
62 changed files with 2742 additions and 963 deletions
|
@ -0,0 +1,8 @@
|
|||
namespace FrostFS.SDK;
|
||||
|
||||
public class FrostFsHeaderResult
|
||||
{
|
||||
public FrostFsObjectHeader? HeaderInfo { get; internal set; }
|
||||
|
||||
public FrostFsSplitInfo? SplitInfo { get; internal set; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue