Relativity.DataExchange.AppDotNetSettings
Represents a class object that provide a thread-safe copy of all .NET application settings. This class cannot be inherited.
namespace Relativity.DataExchange
{
internal sealed class AppDotNetSettings : IAppSettings, IAppSettingsInternal
{
public bool EnforceMinRetryCount { get; set; }
public bool EnforceMinWaitTime { get; set; }
public bool ExportLongTextObjectManagerEnabled { get; set; }
public int ExportLongTextDataGridThreadCount { get; set; }
public int ExportLongTextSqlThreadCount { get; set; }
public bool LogHashingEnabled { get; set; }
public string WebApiServiceMappedUrl { get; set; }
public AppDotNetSettings();
public AppDotNetSettings(IAppSettings settings);
public static string ValidateUriFormat(string value);
}
}