مشاركة عبر


PropertyBatchOperationKind type

تعريف قيم PropertyBatchOperationKind. تتضمن القيم المحتملة: 'Invalid', 'Put', 'Get', 'CheckExists', 'CheckSequence', 'Delete', 'CheckValue'

type PropertyBatchOperationKind =
  | "Invalid"
  | "Put"
  | "Get"
  | "CheckExists"
  | "CheckSequence"
  | "Delete"
  | "CheckValue"