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

Config

public class Config
public static string ApplicationName { get; }

public static ImportAuditLevel AuditLevel { get; }

public static bool BadPathErrorsRetry { get; }

public static IDictionary ConfigSettings { get; }

public static bool CreateErrorForEmptyNativeFile { get; }

public static bool CreateFoldersInWebAPI { get; }

If True, Folders which are created in Append mode are created in the WebAPI. If False, Folders which are created in Append mode are created in RDC/ImportAPI. If the value is not set in the config file, True is returned.

public static int DefaultMaximumErrorCount { get; }

public static bool DisableImageLocationValidation { get; }

public static bool DisableImageTypeValidation { get; }

public static bool DisableNativeLocationValidation { get; }

public static bool DisableNativeValidation { get; }

public static bool DynamicBatchResizingOn { get; }

public static bool EnableCaseSensitiveSearchOnImport { get; }

public static bool EnableSingleModeImport { get; }

public static int ExportBatchSize { get; }

public static bool ExportPermissionErrorsRetry { get; }

public static string this[bool includeBulk] { get; }

public static bool ForceFolderPreview { get; set; }

public static bool ForceWebUpload { get; }

public static int HttpTimeoutSeconds { get; }

public static int ImportBatchMaxVolume { get; }

public static int ImportBatchSize { get; }

public static int JobCompleteBatchSize { get; }

public static string LogConfigFile { get; }

public static int MainFormWindowHeight { get; set; }

public static int MainFormWindowWidth { get; set; }

public static int MaxReloginTries { get; }

public static int MinimumBatchSize { get; }

public static IList<int> ObjectFieldIdListContainsArtifactId { get; set; }

public static bool PermissionErrorsRetry { get; }

public static long ProcessFormRefreshRate { get; }

public static string ProgrammaticServiceURL { get; set; }

public static RetryOptions RetryOptions { get; }

Gets the configurable retry options.

public static bool SuppressCertificateCheckOnClient { get; }

public static string TapiAsperaBcpRootFolder { get; }

public static int TapiAsperaNativeDocRootLevels { get; }

public static bool TapiForceAsperaClient { get; }

public static bool TapiForceBcpHttpClient { get; }

public static string TapiForceClientCandidates { get; }

public static bool TapiForceFileShareClient { get; }

public static bool TapiForceHttpClient { get; }

public static bool TapiLargeFileProgressEnabled { get; }

public static int TapiMaxJobParallelism { get; }

public static int TapiMinDataRateMbps { get; }

public static bool TapiPreserveFileTimestamps { get; }

public static bool TapiSubmitApmMetrics { get; }

public static int TapiTargetDataRateMbps { get; }

public static string TapiTransferLogDirectory { get; }

public static string TempDirectory { get; }

Overrides the default temp directory ordinarily provided by GetTempPath. This is

public static bool UseSearchablePDF { get; }

public static bool UseSynchronizedImportBatchMode { get; }

public static int WaitBeforeReconnect { get; }

public static int WebAPIOperationTimeout { get; }

public static int WebBasedFileDownloadChunkSize { get; }

public static string WebServiceURL { get; set; }

public Config()

public static string GetRegistryKeyValue(string keyName)

public static string ValidateURIFormat(string returnValue)