RelativityInstanceConfiguration
Represents the Relativity instance configuration.
Gets or sets the password associated with AdminUsername.
Gets or sets the Realtivity admin (does not need to be an actual system admin) username
that is used for API communication.
Gets or sets the directory to use for RAP installation.
Gets or sets the Relativity host address.
The fully-qualified host (hostname or hostname + port) of the machine hosting Relativity.
Gets or sets the REST services host address.
e.g. reg-a.r1.kcura.com
If the value is not set, returns RelativityHostAddress.
Gets or sets the location to save logs and screenshots to./>.
Default is "Results".
Gets or sets the RSAPI services host address.
e.g. reg-a-services.r1.kcura.com
If the value is not set, returns RelativityHostAddress.
Gets or sets the type of the server binding.
Is a protocol/schema used to connect with Relativity, e.g. HTTP or HTTPS.
Gets or sets the password associated with SqlUsername.
Gets or sets the locator for the instance of the SQL server to be used.
e.g. RelativityInstanceName/EDDSINSTANCE001.
Gets or sets the SQL username.
Gets or sets the Web API host address.
e.g. reg-a.r1.kcura.com
If the value is not set, returns RelativityHostAddress.
public RelativityInstanceConfiguration()
public RelativityInstanceConfiguration MergeWithDefault(RelativityInstanceConfiguration defaultConfiguration)
Merges the default configuration settings into this instance.
Each property of this instance having null will be set with the corresponding value of defaultConfiguration object.