Freigeben über


TableEntityResult type

Ausgabetyp für Abfragevorgänge

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