Class BatchedSinkOptions

BatchedSink Options class

Constructors

Properties

maxBatchSize: number = 10

The maximum number of log events to buffer before writing them to the sink (default is 10)

maxWaitTime: number = 500

The maximum time to wait before writing the buffered log events to the sink (default is 500ms)

storage: Storage = localStorage

The storage to use for the batched sink (default is localStorage)