$EventThreshold: {
    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. This attribute may not be returned in a GET.";
            format: "int64";
            type: "number";
        };
        clearValue: {
            description: "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.";
            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. This attribute may not be returned in a GET.";
            format: "int64";
            type: "number";
        };
        setValue: {
            description: "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.";
            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. This attribute may not be returned in a GET.";
            format: "int64";
            type: "number";
        };
        clearValue: {
            description: "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.";
            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. This attribute may not be returned in a GET.";
            format: "int64";
            type: "number";
        };
        setValue: {
            description: "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.";
            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. This attribute may not be returned in a GET.";
          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. This attribute may not be returned in a GET."
      • format: "int64"
      • type: "number"
    • clearValue: {
          description: "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.";
          format: "int64";
          type: "number";
      }
      • description: "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."
      • 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. This attribute may not be returned in a GET.";
          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. This attribute may not be returned in a GET."
      • format: "int64"
      • type: "number"
    • setValue: {
          description: "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.";
          format: "int64";
          type: "number";
      }
      • description: "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."
      • format: "int64"
      • type: "number"