Relativity.DataExchange.Transfer.TapiBridgeParameters2
Represents the generic parameters to setup a Transfer API bridge.
namespace Relativity.DataExchange.Transfer
{
public class TapiBridgeParameters2
{
public string Application { get; set; }
public string AsperaBcpRootFolder { get; set; }
public int AsperaDocRootLevels { get; set; }
public int AsperaDatagramSize { get; set; }
public bool BadPathErrorsRetry { get; set; }
public Guid ClientRequestId { get; set; }
public NetworkCredential Credentials { get; set; }
public bool FileNotFoundErrorsDisabled { get; set; }
public bool FileNotFoundErrorsRetry { get; set; }
public string { get; set; }
public string ForceClientCandidates { get; set; }
public bool ForceAsperaClient { get; set; }
public bool ForceHttpClient { get; set; }
public bool { get; set; }
public bool LargeFileProgressEnabled { get; set; }
public string LogConfigFile { get; set; }
public int MaxInactivitySeconds { get; set; }
public int MaxJobParallelism { get; set; }
public int MaxJobRetryAttempts { get; set; }
public int HttpErrorNumberOfRetries { get; set; }
public int MinDataRateMbps { get; set; }
public bool PermissionErrorsRetry { get; set; }
public bool PreserveFileTimestamps { get; set; }
public bool SubmitApmMetrics { get; set; }
public string SupportCheckPath { get; set; }
public int TargetDataRateMbps { get; set; }
public string TargetPath { get; set; }
public int TimeoutSeconds { get; set; }
public Credential TransferCredential { get; set; }
public string TransferLogDirectory { get; set; }
public CookieContainer WebCookieContainer { get; set; }
public int WaitTimeBetweenRetryAttempts { get; set; }
public string WebServiceUrl { get; set; }
public int WorkspaceId { get; set; }
public TapiBridgeParameters2();
public TapiBridgeParameters2(TapiBridgeParameters2 copy);
}
}