FirstPartyBatchConfig constructor

const FirstPartyBatchConfig({
  1. int scheduledDelayMillis = 10000,
  2. int maxExportBatchSize = 200,
  3. int maxQueueSize = 8192,
  4. bool skipAuth = false,
  5. int maxAttempts = 8,
  6. String? path,
  7. String? baseUrl,
})

Implementation

const FirstPartyBatchConfig({
  this.scheduledDelayMillis = 10000,
  this.maxExportBatchSize = 200,
  this.maxQueueSize = 8192,
  this.skipAuth = false,
  this.maxAttempts = 8,
  this.path,
  this.baseUrl,
});