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

Relativity.Services.DataContracts.DTOs.DynamicReviewQueue.RelationalReviewStatistics

Statistics for family documents in a Family Based Review.
public int AbandonedDocumentsCount { get; set; }

The number of documents that were abandoned in a Family Based Review. This is meant to capture families that have been checked out to a user and partially coded as these documents will not be automatically released.

public double AverageFamilySize { get; set; }

The average number of documents in families in a Family Based Review DRQ

public int FamilyCount { get; set; }

The number of families in a Family Based Review DRQ

public int FiftiethPercentileSize { get; set; }

The number of documents in the smallest family that is greater than at least 50% of the families

public int MaxFamilySize { get; set; }

The number of documents in the largest family in a Family Based Review DRQ

public int SeventyFifthPercentileSize { get; set; }

The number of documents in the smallest family that is greater than at least 75% of the families

public int TwentyFifthPercentileSize { get; set; }

The number of documents in the smallest family that is greater than at least 25% of the families