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

GetViewerContentKeyRequest

Represents a conversion request containing information about output type, associated workspace, priority, and other properties.
public ConversionType ConversionType { get; set; }

Gets or sets the output type for documents being converted, such as native, image, or production.

public List<int> DocumentIDs { get; set; }

Gets or sets an array of IDs specifying documents for conversions.

public GetViewerContentKeyOptions Options { get; set; }

Gets or sets a GetViewerContentKeyOptions instance, which contains information used for mass conversions, reconversions, and productions

public PriorityLevel Priority { get; set; }

Gets or sets a PriorityLevel enum, indicating the order in which conversion requests are processed.

public int WorkspaceID { get; set; }

Gets or sets the Artifact ID of the workspace containing the documents for conversion.

Default constructor - explicitly initializes all public properties with the defaults for their respective types.