Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TableEntity type
- Package:
- @azure/data-tables
A set of key-value pairs representing the table entity.
type TableEntity<T> = T & { partitionKey: string; rowKey: string }
