Dela via


UpdateEntityAction type

Representerar åtgärden Uppdatera eller Upsert-entitet som ska ingå i en transaktionsbegäran

type UpdateEntityAction =
  | ["update" | "upsert", TableEntity]
  | ["update" | "upsert", TableEntity, "Merge" | "Replace"]
  | [
      "update" | "upsert",
      TableEntity,
      "Merge" | "Replace",
      UpdateTableEntityOptions | undefined
    ]