FacetResult interface

已成功執行 Facet,其中包含查詢回應的其他統計資料。

屬性

count

Facet 回應中傳回的記錄數目。

data

包含所需 Facet 的 JObject 陣列或 Table。 只有在 Facet 有效時才存在。

expression

Facet 運算式,與對應的 Facet 要求相同。

resultType

多型鑒別子

totalRecords

Facet 結果中的記錄總數。

屬性詳細資料

count

Facet 回應中傳回的記錄數目。

count: number

屬性值

number

data

包含所需 Facet 的 JObject 陣列或 Table。 只有在 Facet 有效時才存在。

data: any

屬性值

any

expression

Facet 運算式,與對應的 Facet 要求相同。

expression: string

屬性值

string

resultType

多型鑒別子

resultType: "FacetResult"

屬性值

"FacetResult"

totalRecords

Facet 結果中的記錄總數。

totalRecords: number

屬性值

number