Edit

Share via


EventBulkingOptions Class

Definition

options for event bulking feature

public class EventBulkingOptions
type EventBulkingOptions = class
Public Class EventBulkingOptions
Inheritance
EventBulkingOptions

Constructors

EventBulkingOptions()

Fields

DefaultBulkEventInterval

Default bulk event interval

DefaultBulkEventLimit

Default bulk event limit.

Properties

BulkEventInterval

Time limit for bulk event output. If the same event code is written more than BulkEventLimit times in the BulkEventInterval time period, then only the first BulkEventLimit individual events will be written, plus a count of how bulk event suppressed.

BulkEventLimit

Count limit for bulk event output. If the same event code is written more than BulkEventLimit times in the BulkEventInterval time period, then only the first BulkEventLimit individual events will be written, plus a count of how bulk event suppressed.

Applies to