<PackageReference Include="OpenTelemetry" Version="1.18.0" />

OpenTelemetry.BatchExportProcessorOptions<T>

public class BatchExportProcessorOptions<T>
Contains batch export processor options.
namespace OpenTelemetry { public class BatchExportProcessorOptions<T> where T : class { public int MaxQueueSize { get; set; } public int ScheduledDelayMilliseconds { get; set; } public int ExporterTimeoutMilliseconds { get; set; } public int MaxExportBatchSize { get; set; } public BatchExportProcessorOptions(); } }