共用方式為


CheckExistsPropertyBatchOperation

表示 PropertyBatchOperation,比較屬性與 Exists 引數的布林值存在。 如果屬性的存在不等於 Exists 引數,則 PropertyBatchOperation 作業會失敗。 CheckExistsPropertyBatchOperation 通常用來作為批次中寫入作業的先決條件。 請注意,如果 PropertyBatch 中的一個 PropertyBatchOperation 失敗,整個批次就會失敗,而且無法以交易方式認可。

屬性

名稱 類型 必要
PropertyName string
Exists boolean

PropertyName

類型:字串
必要:是

Service Fabric 屬性的名稱。


Exists

類型:布林值
必要:是

屬性是否應該存在,才能讓作業通過。