UploadConfig

class UploadConfig(pollInterval: Long, uploadInterval: Long, eventCount: Int = 50, batchCount: Int = 50)(source)

Constructors

Link copied to clipboard
constructor(pollInterval: Long, uploadInterval: Long, eventCount: Int = 50, batchCount: Int = 50)

Properties

Link copied to clipboard

The number of buffered events that should be batch uploaded together

Link copied to clipboard

The number of buffered events that should trigger an upload at next wake interval

Link copied to clipboard

The approximate interval (in milliseconds) at which the uploader task will check for buffered events

Link copied to clipboard

The approximate interval (in milliseconds) after which the uploader task will batch upload the event buffer