Sdílet prostřednictvím


TableEntity type

Sada párů klíč-hodnota představující entitu tabulky.

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