共用方式為


CheckValuePropertyBatchOperation

表示 PropertyBatchOperation,它會比較屬性值與預期的值。 CheckValuePropertyBatchOperation 通常用來作為批次中寫入作業的先決條件。 請注意,如果 PropertyBatch 中的一個 PropertyBatchOperation 失敗,整個批次就會失敗,而且無法以交易方式認可。

屬性

名稱 類型 必要
PropertyName string Yes
Value PropertyValue Yes

PropertyName

類型:字串
必要:是

Service Fabric 屬性的名稱。


Value

類型PropertyValue
必要:是

預期的屬性值。