共用方式為


ComplexField interface

表示索引定義中的欄位,描述欄位的名稱、資料類型和搜尋行為。

屬性

fields

子欄位的清單。

name

欄位的名稱,在索引或父欄位的欄位集合內必須是唯一的。

type

欄位的資料類型。 可能的值包括:'Edm.ComplexType','Collection (Edm.ComplexType) '

屬性詳細資料

fields

子欄位的清單。

fields?: SearchField[]

屬性值

name

欄位的名稱,在索引或父欄位的欄位集合內必須是唯一的。

name: string

屬性值

string

type

欄位的資料類型。 可能的值包括:'Edm.ComplexType','Collection (Edm.ComplexType) '

type: ComplexDataType

屬性值