$EventThresholdByValue: {
    properties: {
        clearValue: {
            description: "The clear threshold for the absolute value of this counter or rate. Falling below this value will trigger a corresponding event.";
            format: "int64";
            type: "number";
        };
        setValue: {
            description: "The set threshold for the absolute value of this counter or rate. Exceeding this value will trigger a corresponding event.";
            format: "int64";
            type: "number";
        };
    };
} = ...

Type declaration

  • properties: {
        clearValue: {
            description: "The clear threshold for the absolute value of this counter or rate. Falling below this value will trigger a corresponding event.";
            format: "int64";
            type: "number";
        };
        setValue: {
            description: "The set threshold for the absolute value of this counter or rate. Exceeding this value will trigger a corresponding event.";
            format: "int64";
            type: "number";
        };
    }
    • clearValue: {
          description: "The clear threshold for the absolute value of this counter or rate. Falling below this value will trigger a corresponding event.";
          format: "int64";
          type: "number";
      }
      • description: "The clear threshold for the absolute value of this counter or rate. Falling below this value will trigger a corresponding event."
      • format: "int64"
      • type: "number"
    • setValue: {
          description: "The set threshold for the absolute value of this counter or rate. Exceeding this value will trigger a corresponding event.";
          format: "int64";
          type: "number";
      }
      • description: "The set threshold for the absolute value of this counter or rate. Exceeding this value will trigger a corresponding event."
      • format: "int64"
      • type: "number"