PropertyBatchOperationKind type
Definiert Werte für PropertyBatchOperationKind. Mögliche Werte sind: 'Invalid', 'Put', 'Get', 'CheckExists', 'CheckSequence', 'Delete', 'CheckValue'
type PropertyBatchOperationKind =
| "Invalid"
| "Put"
| "Get"
| "CheckExists"
| "CheckSequence"
| "Delete"
| "CheckValue"