<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.0" />

LongTextStreamRequest

Represents a class object to setup a long text stream request.
public Encoding SourceEncoding { get; set; }

Gets or sets the source encoding and defaults to Default.

public int SourceFieldArtifactId { get; set; }

Gets or sets the source artifact identifier for the long text field.

public int SourceObjectArtifactId { get; set; }

Gets or sets the source artifact identifier for the object that contains the long text field.

public long SourceTotalBytes { get; set; }

Gets or sets the total number of bytes contained within the source stream.

public Encoding TargetEncoding { get; set; }

Gets or sets the target encoding and defaults to Default.

public string TargetFile { get; set; }

Gets or sets the full path to the target file to create.

public int WorkspaceId { get; set; }

Gets or sets the workspace artifact identifier.

Initializes a new instance of the LongTextStreamRequest class.