<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

Helpers.ClientInformationHelper

Provides information about current machine running import or export.
namespace Helpers { public class ClientInformationHelper { public ulong TotalPhysicalMemory { get; } public ulong AvailablePhysicalMemory { get; } public string OperatingSystemName { get; } public string OperatingSystemVersion { get; } public bool Is64BitOperatingSystem { get; } public bool Is64BitProcess { get; } public int CpuCount { get; } public ClientInformationHelper(); } }