Compartilhar via


TableEntityResult type

Tipo de saída para operações de consulta

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