Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.61 KB

File metadata and controls

53 lines (31 loc) · 1.61 KB

Relativity.Import.SDK

nuget

The Relativity Import SDK package contains interfaces for interacting with Relativity Import APIs via .NET.

v1.7.9

Release Notes

  • Updated import SDK samples, including a transcript import example.

v1.7.7

Release Notes

  • Extended FieldMapping with MayContainTranscript property for long text fields, including Extracted Text. Added WithTranscript/WithoutTranscript builder methods.
  • Added DocumentsImported option to ProgressElementAllowedNames for image import progress tracking.
  • Added DetailedProgress property to ImportProgress model with a list of ProgressElement objects to track progress across subsequent import stages.
  • Updated ImageSettingsBuilder to enforce that extracted text cannot be enabled together with production import.

v1.2.1

Release Notes

  • Added DeleteParentFolderAsync endpoint
  • Added GetDefaultLocationForWorkspaceAsync and GetDefaultLocationForJobAsync endpoints

v1.1.14

Release Notes

  • Relativity.Import.SDK now targets .NET Standard 2.0
  • Added ObjectIdentifier to ImportError model

v1.0.22

Release Notes

  • Update ImageSettingsBuilder to use ExtractedTextEncoding instead of Other settings.
  • Add encoding and file size settings for all long text fields with file paths.
  • Add builder method for long text field with file paths.

v1.0.8

Release Notes

  • Added dependency to Relativity.Kepler.Client.SDK

v1.0.7

Release Notes

  • Initial Version Release