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

kCura.WinEDDS.Service.Kepler.LongTextStreamService

Represents a service class object to retrieve long text data through the Object Manager streaming API.
namespace kCura.WinEDDS.Service.Kepler { internal class LongTextStreamService : ILongTextStreamService { public LongTextStreamService(IServiceProxyFactory serviceProxyFactory, IServiceNotification serviceNotification, IAppSettings settings, IFileSystem fileSystem, ILog logger); public void Dispose(); public Task<LongTextStreamResult> SaveLongTextStreamAsync(LongTextStreamRequest request, CancellationToken token, IProgress<LongTextStreamProgressEventArgs> progress); } }