<PackageReference Include="Relativity.Transfer.Client" Version="7.4.5" />

IGlobalSettings

interface IGlobalSettings
string ApplicationName { get; set; }

TimeSpan CacheExpiration { get; set; }

bool CommandLineModeEnabled { get; set; }

long MaxBytesPerBatch { get; set; }

int MaxFilesPerBatch { get; set; }

string PluginDirectory { get; set; }

string PluginFileNameFilter { get; set; }

string PluginFileNameMatch { get; set; }

double PrecalcCheckIntervalSeconds { get; set; }

bool SkipTooLongPaths { get; set; }

bool StatisticsLogEnabled { get; set; }

double StatisticsLogIntervalSeconds { get; set; }

int StatisticsMaxSamples { get; set; }

string TempDirectory { get; set; }

bool ValidateResolvedPaths { get; set; }