<PackageReference Include="Relativity.Other" Version="10.2.227.16" />

Destination

public class Destination
public bool AppendMasterDatabasePrefix { get; }

public string DatabaseName { get; }

public bool HasDbSpecification { get; }

public bool IncludeRankColumn { get; set; }

public bool InsertIntoExistingTable { get; set; }

public bool MaintainSortOrder { get; set; }

public string SchemaName { get; }

public bool SelectFinalRowCount { get; set; }

public string TableName { get; }

protected Destination()

public static Destination GetMasterDatabaseDestination(string tableName)

public static Destination GetNewLocalDestination(string tableName)

public static Destination GetResourcesDestination(string tableName)