IExportConfig public interface IExportConfig Documentation int ExportBatchSize { get; } int ExportErrorNumberOfRetries { get; } int ExportErrorWaitTime { get; } int ExportIOErrorNumberOfRetries { get; } int ExportIOErrorWaitTime { get; } int ExportLongTextDataGridThreadCount { get; } bool ExportLongTextObjectManagerEnabled { get; } int ExportLongTextSqlThreadCount { get; } int HttpErrorNumberOfRetries { get; } int HttpErrorWaitTimeInSeconds { get; } bool TapiForceHttpClient { get; } string WebApiServiceUrl { get; }