共用方式為


AutomationTriggeringRule interface

在事件攔截時評估的規則。 規則是藉由將事件模型的特定值與預期的值進行比較來設定。 這項比較是使用其中一個支援的運算符集來完成。

屬性

expectedValue

預期的值。

operator

要使用的有效比較子運算符。 字串 PropertyType 將套用不區分大小寫的比較。

propertyJPath

應檢查之實體模型屬性的 JPath。

propertyType

比較作數的數據類型(字串、整數、浮點數或布爾值 [true/false]]

屬性詳細資料

expectedValue

預期的值。

expectedValue?: string

屬性值

string

operator

要使用的有效比較子運算符。 字串 PropertyType 將套用不區分大小寫的比較。

operator?: string

屬性值

string

propertyJPath

應檢查之實體模型屬性的 JPath。

propertyJPath?: string

屬性值

string

propertyType

比較作數的數據類型(字串、整數、浮點數或布爾值 [true/false]]

propertyType?: string

屬性值

string