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

SampleParameters

public class SampleParameters
Contains information about how the sampling is performed.
public decimal ConfidenceLevel { get; set; }

Gets or sets a value for confidence level required for a sample set.

public Guid? ExistingToken { get; set; }

Gets or sets the identifier for a sample set.

public int FixedSampleSize { get; set; }

Gets or sets a value representing a specific number of items from a group used to create a randomized sample set.

public decimal MarginOfError { get; set; }

Gets or sets a value for the margin of error allowable in sample results.

public decimal SamplingPercentage { get; set; }