PutPropertyBatchOperation
將指定的屬性放在指定的名稱下。 請注意,如果 PropertyBatch 中的一個 PropertyBatchOperation 失敗,整個批次就會失敗,而且無法以交易方式認可。
屬性
名稱 | 類型 | 必要 |
---|---|---|
PropertyName |
string | Yes |
Value |
PropertyValue | 是 |
CustomTypeId |
字串 | No |
PropertyName
類型:字串
必要:是
Service Fabric 屬性的名稱。
Value
類型: PropertyValue
必要:是
描述 Service Fabric 屬性值。
CustomTypeId
類型:字串
必要:否
屬性的自訂類型識別碼。 使用此屬性時,使用者將能夠標記屬性值的類型。