maxLengthQueue property

int? maxLengthQueue
finalinherited

Maximum length of the buffer. Specify this value to avoid running out of memory when adding too many events to the buffer. If it's null, maximum length of the buffer is unlimited.

Implementation

final int? maxLengthQueue;