SampleConfig constructor

SampleConfig({
  1. int? initialBatchSamplePercentage,
  2. int? followingBatchSamplePercentage,
  3. SampleConfig_SampleStrategy sampleStrategy = SampleConfig_SampleStrategy.$default,
})

Implementation

SampleConfig({
  this.initialBatchSamplePercentage,
  this.followingBatchSamplePercentage,
  this.sampleStrategy = SampleConfig_SampleStrategy.$default,
}) : super(fullyQualifiedName);