Identifies basic config

interface IThrottleMgrConfig {
    disabled?: boolean;
    interval?: IThrottleInterval;
    limit?: IThrottleLimit;
}

Properties

disabled?: boolean

Identifies if throttle is disabled Default: false

Identifies frequency of items sent Default: send data on 28th every 3 month each year

Identifies limit number/percentage of items sent per time Default: sampling percentage 0.01% with one item sent per time