Udostępnij za pośrednictwem


TableEntity type

Zestaw par klucz-wartość reprezentujący jednostkę tabeli.

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