SampleConfig constructor
SampleConfig({
- int? initialBatchSamplePercentage,
- int? followingBatchSamplePercentage,
- SampleConfig_SampleStrategy sampleStrategy = SampleConfig_SampleStrategy.$default,
Implementation
SampleConfig({
this.initialBatchSamplePercentage,
this.followingBatchSamplePercentage,
this.sampleStrategy = SampleConfig_SampleStrategy.$default,
}) : super(fullyQualifiedName);