EventThreshold: {
    clearPercent?: number;
    clearValue?: number;
    setPercent?: number;
    setValue?: number;
}

Type declaration

  • Optional clearPercent?: number

    The clear threshold for the value of this counter as a percentage of its maximum value. Falling below this value will trigger a corresponding event. This attribute may not be returned in a GET.

  • Optional clearValue?: number

    The clear threshold for the absolute value of this counter. Falling below this value will trigger a corresponding event. This attribute may not be returned in a GET.

  • Optional setPercent?: number

    The set threshold for the value of this counter as a percentage of its maximum value. Exceeding this value will trigger a corresponding event. This attribute may not be returned in a GET.

  • Optional setValue?: number

    The set threshold for the absolute value of this counter. Exceeding this value will trigger a corresponding event. This attribute may not be returned in a GET.