TableEntityResult type
Ausgabetyp für Abfragevorgänge
type TableEntityResult<T> = T & {
etag: string
partitionKey?: string
rowKey?: string
timestamp?: string
}
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
Ausgabetyp für Abfragevorgänge
type TableEntityResult<T> = T & {
etag: string
partitionKey?: string
rowKey?: string
timestamp?: string
}