<PackageReference Include="Relativity.Server.Services.DataContracts.SDK" Version="13.6.1" />

Relativity.Services.Review.DynamicReviewQueue.DocumentSqlView

public class DocumentSqlView
Data contract for a view on a list of DynamicReviewQueues
public int DocumentCount { get; set; }

Toatl number of documents in the view

public string DocumentIdColumnName { get; set; }

Name of the document ID column in that view

public string Name { get; set; }

Name of the view in the workspace database

public string Schema { get; set; }

Schema that the view is in

public DocumentSqlView()