7 lines
No EOL
158 B
C#
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;
|
|
} |