Note

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

Access to this page requires authorization. You can try .

TableEntityResult type

Output type for query operations

type TableEntityResult<T> = T & {
 etag: string
 partitionKey?: string
 rowKey?: string
 timestamp?: string
}