Condividi tramite


TableEntity type

Set di coppie chiave-valore che rappresentano l'entità della tabella.

type TableEntity<T> = T & { partitionKey: string; rowKey: string }