SampleParameters public class SampleParameters Documentation public decimal ConfidenceLevel { get; set; } public Guid ExistingToken { get; set; } public int FixedSampleSize { get; set; } public decimal MarginOfError { get; set; } public decimal SamplingPercentage { get; set; } public SampleParameters()