Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

TableEntity type

A set of key-value pairs representing the table entity.

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