<PackageReference Include="Relativity.Server.DocumentViewer.SDK" Version="2020.13.1" />

Relativity.DocumentViewer.Services.V2.ViewerContentKey

public class ViewerContentKey
public long? CacheEntryID { get; set; }

public string ConversionVersion { get; set; }

public int DocumentArtifactID { get; set; }

public long ErrorID { get; }

public string ErrorMessage { get; set; }

public bool IsPartialConversion { get; set; }

public string MinimalFilesManifest { get; set; }

public int Priority { get; set; }

public Guid? RequestKey { get; set; }

public int ViewerType { get; set; }

public int WorkspaceArtifactID { get; set; }

public ViewerContentKey(int documentArtifactID, long? cacheEntryID, string conversionVersion, Guid? requestKey, int priority, int workspaceArtifactID, int viewerType, ViewerContentKey[] priority2ViewerContentKeys, string minimalFilesManifest, long errorID, bool isPartialConversion, string errorMessage)

public ViewerContentKey(int documentArtifactID, Guid? requestKey, int priority, int workspaceArtifactID, int viewerType)

public ViewerContentKey(ViewerContentKey[] priority2ViewerContentKeys)