PutPropertyBatchOperation interface
将指定的属性置于指定名称下。 请注意,如果 PropertyBatch 中的一个 PropertyBatchOperation 失败,则整个批处理会失败,并且无法以事务方式提交。
属性
| custom |
属性的自定义类型 ID。 使用此属性,用户可以标记该属性的值的类型。 |
| kind | 多态鉴别器 |
| property |
Service Fabric 属性的名称。 |
| value | 描述 Service Fabric 属性值。 |
属性详细信息
customTypeId
属性的自定义类型 ID。 使用此属性,用户可以标记该属性的值的类型。
customTypeId?: string
属性值
string
kind
多态鉴别器
kind: "Put"
属性值
"Put"
propertyName
Service Fabric 属性的名称。
propertyName: string
属性值
string