<PackageReference Include="Relativity.Identity.SDK" Version="2.6.2" />

SampleDetails

public class SampleDetails
Contains information used to define a sample set.
public int? SampleSize { get; set; }

Gets or sets the number of Documents or Relativity Dynamic Objects (RDOs) in a sample.

public string Token { get; set; }

Gets or sets the identifier for a sample set.

public int? UniverseSize { get; set; }

Gets or sets the number of Documents or Relativity Dynamic Objects (RDOs) in the results for sampling.

public SampleDetails()