WriteOptions constructor
WriteOptions({
- int batchSize = 1000,
- int flushInterval = 1000,
- int retryJitter = 200,
- int retryInterval = 5000,
- int maxRetryDelay = 125000,
- int maxRetryTime = 180000,
- int exponentialBase = 2,
- int maxRetries = 5,
- int maxBufferLines = 100000,
- Map<
String, String> ? defaultTags, - WritePrecision precision = WritePrecision.ns,
- bool gzip = false,
Implementation
WriteOptions(
{this.batchSize = 1000,
this.flushInterval = 1000,
this.retryJitter = 200,
this.retryInterval = 5000,
this.maxRetryDelay = 125000,
this.maxRetryTime = 180000,
this.exponentialBase = 2,
this.maxRetries = 5,
this.maxBufferLines = 100000,
this.defaultTags,
this.precision = WritePrecision.ns,
this.gzip = false});