<PackageReference Include="Relativity.Import.Models.SDK" Version="1.0.8" />

Relativity.Import.V1.Models.Settings.NativeSettings

public class NativeSettings
Native file settings. If not set, no native file would be imported.
public int? FileNameColumnIndex { get; set; }

Gets or sets the index of the column in the data source (count from zero) which contains native file name metadata. If property is not set, value is retrieved from file.

public int? FilePathColumnIndex { get; set; }

Gets or sets the index of the column in the data source (count from zero) which contains path to the native file.

public NativeSettings()