مشاركة عبر


TableEntityResult type

نوع الإخراج لعمليات الاستعلام

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