[#11] Add Network Snapshot
Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
parent
b69d22966f
commit
c988ff3c76
84 changed files with 2238 additions and 933 deletions
12
src/FrostFS.SDK.ModelsV2/PutObjectParameters.cs
Normal file
12
src/FrostFS.SDK.ModelsV2/PutObjectParameters.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using System.IO;
|
||||
|
||||
namespace FrostFS.SDK.ModelsV2;
|
||||
|
||||
public class PutObjectParameters
|
||||
{
|
||||
public ObjectHeader? Header { get; set; }
|
||||
|
||||
public Stream? Payload { get; set; }
|
||||
|
||||
public bool ClientCut { get; set; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue