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