frostfs-sdk-csharp/src/FrostFS.SDK.ModelsV2/Constants.cs
Ivan Pchelintsev 11eff4e23e [] Move files to top level directory
Signed-off-by: Ivan Pchelintsev <i.pchelintsev@yadro.com>
2024-05-22 14:29:20 +03:00

7 lines
No EOL
158 B
C#

namespace FrostFS.SDK.ModelsV2;
public class Constants
{
public const int ObjectChunkSize = 3 * (1 << 20);
public const int Sha256HashLength = 32;
}