TableEntityResult type
نوع الإخراج لعمليات الاستعلام
type TableEntityResult<T> = T & {
etag: string
partitionKey?: string
rowKey?: string
timestamp?: string
}
لم يعد هذا المتصفح مدعومًا.
بادر بالترقية إلى Microsoft Edge للاستفادة من أحدث الميزات والتحديثات الأمنية والدعم الفني.
نوع الإخراج لعمليات الاستعلام
type TableEntityResult<T> = T & {
etag: string
partitionKey?: string
rowKey?: string
timestamp?: string
}