The EventsDiscardedReason enumeration contains a set of values that specify the reason for discarding an event.

Enumeration Members

ManualFlush

A manual flush request was received

MaxBatchSize

Maximum batch size would be exceeded

MaxQueuedEvents

The Maximum number of events have already been queued

NormalSchedule

Events are being sent based on the normal event schedule / timer.

Resumed

The Channel was resumed

Retry

The event(s) being sent as a retry

SdkUnload

The SDK is unloading

SyncEvent

The event(s) being sent are sync events

Undefined

No specific reason was specified

Unload

Unload event is being processed