26000.0.8
Toggle Dropdown
Server 2026
26000.0.8
Server 2025
25000.0.19
Server 2024
24000.1.1
24000.1.0
Server 2023
2.9.2
Compare to version...
with 2.9.2
Toggle Dropdown
Server 2026
26000.0.8
Server 2025
25000.0.19
Server 2024
24000.1.1
24000.1.0
Server 2023
2.9.2
Download Package
<
PackageReference
Include
=
"Relativity.Server.Import.SDK"
Version
=
"26000.0.8"
/>
API Differences between 26000.0.8 and 2.9.2
22
Additions
1
Removals
Relativity.DataExchange
public
interface
IAppSettings
string
OAuth2PkceClientId
{
get
;
set
; }
string
OAuth2PkceClientSecret
{
get
;
set
; }
int
OAuth2PkceListenerPort
{
get
;
set
; }
string
OAuth2PkceRedirectUrl
{
get
;
set
; }
string
OAuth2PkceScope
{
get
;
set
; }
string
UserAgent
{
get
;
set
; }
Relativity.DataExchange.Logger.Configuration
public
class
ConfigFileReader
public
ConfigFileReader
(
LoggerOptions
options
)
public
bool
GetEnabled
()
public
List
<
Rule
>
GetRules
()
public
List
<
Sink
>
GetSinks
()
public
void
ReadFile
()
public
static
class
ConfigFileValidator
public
static
bool
ValidateConfigExists
(
string
configFilePath
)
public
interface
IReadConfiguration
LogConfiguration
ReadConfiguation
()
public
class
LocalFile
:
IReadConfiguration
public
LocalFile
(
LoggerOptions
options
)
public
LogConfiguration
ReadConfiguation
()
public
class
NullReader
:
IReadConfiguration
public
NullReader
()
public
LogConfiguration
ReadConfiguation
()
Relativity.DataExchange.Service
public
class
TriggerManager