[#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
|
@ -1,12 +0,0 @@
|
|||
namespace FrostFS.SDK.ClientV2;
|
||||
|
||||
public class NodeStatistic
|
||||
{
|
||||
public string? Address { get; internal set; }
|
||||
|
||||
public StatusSnapshot[]? Methods { get; internal set; }
|
||||
|
||||
public ulong OverallErrors { get; internal set; }
|
||||
|
||||
public uint CurrentErrors { get; internal set; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue