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

ClientInformationHelper

Provides information about current machine running import or export.
public ulong AvailablePhysicalMemory { get; }

Gets total amount of free physical memory on the machine.

public int CpuCount { get; }

Gets number of processors.

public bool Is64BitOperatingSystem { get; }

Gets a value indicating whether operating system is 64-bit operating system.

public bool Is64BitProcess { get; }

Gets a value indicating whether the current process is 64-bit process.

public string OperatingSystemName { get; }

Gets name of operating system.

public string OperatingSystemVersion { get; }

Gets version of operating system.

public ulong TotalPhysicalMemory { get; }

Gets total amount of physical memory on the machine.

Initializes a new instance of ClientInformationHelper class.