[#30] Client: Add object model for Rules
Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
parent
43e300c773
commit
195854a45b
27 changed files with 677 additions and 155 deletions
10
src/FrostFS.SDK.Client/ApeRules/FrostFsChain.cs
Normal file
10
src/FrostFS.SDK.Client/ApeRules/FrostFsChain.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace FrostFS.SDK.Client;
|
||||
|
||||
public class FrostFsChain
|
||||
{
|
||||
public byte[] ID { get; set; } = [];
|
||||
|
||||
public FrostFsRule[] Rules { get; set; } = [];
|
||||
|
||||
public RuleMatchType MatchType { get; set; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue