7.0.8
7 Apr 20
Toggle Dropdown
Version 7
7.4.10
29 Jul 22
7.4.9
11 Apr 22
7.4.8
11 Apr 22
7.4.7
14 Dec 21
7.4.6
22 Nov 21
7.4.5
9 Nov 21
7.4.2
9 Sep 21
7.3.12
29 Jun 21
7.3.11
2 Jun 21
7.3.10
14 May 21
7.3.9
5 May 21
7.3.8
6 Apr 21
7.3.7
25 Feb 21
7.3.5
10 Feb 21
7.3.4
29 Jan 21
7.3.3
8 Jan 21
7.3.0
18 Nov 20
7.2.26
29 Oct 20
7.2.7
23 Jul 20
7.1.40
17 Jun 20
7.1.29
21 May 20
7.0.11
17 Apr 20
7.0.8
7 Apr 20
Version 6
6.3.7
19 Nov 19
6.2.4
3 Dec 19
6.2.1
27 Sep 19
6.0.16
26 Jul 19
Version 5
5.0.7
1 Jul 19
5.0.2
14 Jan 19
Compare to version...
with 7.1.40
Toggle Dropdown
Version 7
7.4.10
29 Jul 22
7.4.9
11 Apr 22
7.4.8
11 Apr 22
7.4.7
14 Dec 21
7.4.6
22 Nov 21
7.4.5
9 Nov 21
7.4.2
9 Sep 21
7.3.12
29 Jun 21
7.3.11
2 Jun 21
7.3.10
14 May 21
7.3.9
5 May 21
7.3.8
6 Apr 21
7.3.7
25 Feb 21
7.3.5
10 Feb 21
7.3.4
29 Jan 21
7.3.3
8 Jan 21
7.3.0
18 Nov 20
7.2.26
29 Oct 20
7.2.7
23 Jul 20
7.1.40
17 Jun 20
7.1.29
21 May 20
7.0.11
17 Apr 20
7.0.8
7 Apr 20
Version 6
6.3.7
19 Nov 19
6.2.4
3 Dec 19
6.2.1
27 Sep 19
6.0.16
26 Jul 19
Version 5
5.0.7
1 Jul 19
5.0.2
14 Jan 19
Download Package
Open in NuGet
<
PackageReference
Include
=
"Relativity.Transfer.Client"
Version
=
"7.0.8"
/>
API Differences between 7.0.8 and 7.1.40
0
Additions
8
Removals
Relativity.Transfer.Aspera
public
class
AsperaClientConfiguration
:
ClientConfiguration
public
bool
ReportNotOverriddenFiles
{
get
;
set
; }
public
static
class
AsperaClientConfigurationKeys
public
const
string
ReportNotOverriddenFiles
=
"aspera-report-skipped-files"
public
static
class
XferParamsExtensions
Relativity.Transfer.Enumeration
public
sealed
class
EnumerationBuilder
:
IEnumerationFinalActionsBuilder
,
IEnumerationNecessaryActionsBuilder
public
IEnumerationFinalActionsBuilder
StartFrom
(
IEnumerable
<
INode
>
nodesUnderRootNode
,
INode
rootNode
)
public
class
EnumerationException
:
Exception
public
EnumerationException
(
int
error
,
string
message
)
public
EnumerationException
(
string
message
,
Exception
innerException
)
public
class
PathDoesNotExistException
:
EnumerationException
Relativity.Transfer.Enumeration.Interfaces
public
interface
IEnumerationNecessaryActionsBuilder
IEnumerationFinalActionsBuilder
StartFrom
(
IEnumerable
<
INode
>
nodesUnderRootNode
,
INode
rootNode
)