Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TableEntityResult type
- Package:
- @azure/data-tables
Output type for query operations
type TableEntityResult<T> = T & {
etag: string
partitionKey?: string
rowKey?: string
timestamp?: string
}
