[#25] Client: Implement Patch and Range methods
Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
parent
bff8d67867
commit
003b7fdfdd
51 changed files with 1338 additions and 137 deletions
8
src/FrostFS.SDK.ClientV2/Pool/StatusSnapshot.cs
Normal file
8
src/FrostFS.SDK.ClientV2/Pool/StatusSnapshot.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace FrostFS.SDK.ClientV2;
|
||||
|
||||
public class StatusSnapshot()
|
||||
{
|
||||
public ulong AllTime { get; internal set; }
|
||||
|
||||
public ulong AllRequests { get; internal set; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue