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

AppDotNetSettings

Represents a class object that provide a thread-safe copy of all .NET application settings. This class cannot be inherited.
public bool EnforceMinRetryCount { get; set; }

public bool EnforceMinWaitTime { get; set; }

public int ExportLongTextDataGridThreadCount { get; set; }

public bool ExportLongTextObjectManagerEnabled { get; set; }

public int ExportLongTextSqlThreadCount { get; set; }

public bool LogHashingEnabled { get; set; }

public string WebApiServiceMappedUrl { get; set; }

Gets or sets the Web API service URL.

Initializes a new instance of the AppDotNetSettings class.

Initializes a new instance of the AppDotNetSettings class.

public static string ValidateUriFormat(string value)

Validates that the URI is valid and returns a properly formatted URI string.