$EventThresholdByPercent: {
    properties: {
        clearPercent: {
            description: "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.";
            format: "int64";
            type: "number";
        };
        setPercent: {
            description: "The set threshold for the value of this counter as a percentage of its maximum value. Exceeding this value will trigger a corresponding event.";
            format: "int64";
            type: "number";
        };
    };
} = ...

Type declaration

  • properties: {
        clearPercent: {
            description: "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.";
            format: "int64";
            type: "number";
        };
        setPercent: {
            description: "The set threshold for the value of this counter as a percentage of its maximum value. Exceeding this value will trigger a corresponding event.";
            format: "int64";
            type: "number";
        };
    }
    • clearPercent: {
          description: "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.";
          format: "int64";
          type: "number";
      }
      • description: "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."
      • format: "int64"
      • type: "number"
    • setPercent: {
          description: "The set threshold for the value of this counter as a percentage of its maximum value. Exceeding this value will trigger a corresponding event.";
          format: "int64";
          type: "number";
      }
      • description: "The set threshold for the value of this counter as a percentage of its maximum value. Exceeding this value will trigger a corresponding event."
      • format: "int64"
      • type: "number"