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

LongTextStreamProgressEventArgs

Represents long text stream progress event data.
public bool Completed { get; }

Gets a value indicating whether the long text stream transfer is complete.

Gets the request that raised this progress event.

public long TotalBytesWritten { get; }

Gets the total number of bytes written to the target stream.

public LongTextStreamProgressEventArgs(LongTextStreamRequest request, long totalBytesWritten, bool completed)

Initializes a new instance of the LongTextStreamProgressEventArgs struct.