frostfs-sdk-csharp/src/FrostFS.SDK.ClientV2/Parameters/PrmNetmapSnapshot.cs
Pavel Gross 2a28806ace [#21] Client: Allows multinenant client
Using one client for several owners

Signed-off-by: Pavel Gross <p.gross@yando.com>
2024-08-12 10:53:00 +03:00

7 lines
144 B
C#

using System.Collections.Specialized;
namespace FrostFS.SDK.ClientV2.Parameters;
public sealed class PrmNetmapSnapshot() : PrmBase
{
}