<PackageReference Include="Relativity.API" Version="17.0.4" />

SqlBulkCopyParameters

A convenience implementation for ISqlBulkCopyParameters
public int? BatchSize { get; set; }

see BatchSize

see ColumnMappings

public string DestinationTableName { get; set; }

see DestinationTableName

public bool? EnableStreaming { get; set; }

see EnableStreaming

public SqlBulkCopyOptions? Options { get; set; }

see Options

public int? Timeout { get; set; }

see Timeout