QueryResult interface
查詢的結果。 它包含群組和匯總下所列的所有數據行。
- Extends
屬性
columns | 數據列陣列 |
next |
結果下一頁的連結(url)。 |
rows | 數據列陣列 |
繼承的屬性
e |
資源的 ETag。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
id | 資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。 |
location | 資源的位置。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
name | 資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
sku | 資源的 SKU。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
tags | 資源標籤。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
type | 資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
columns
nextLink
結果下一頁的連結(url)。
nextLink?: string
屬性值
string
rows
數據列陣列
rows?: any[][]
屬性值
any[][]
繼承的屬性詳細資料
eTag
id
資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
繼承自
location
name
sku
tags
資源標籤。 注意:這個屬性不會串行化。 它只能由伺服器填入。
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}