你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ComplexField interface

表示索引定义中的字段,该字段描述字段的名称、数据类型和搜索行为。

属性

fields

子字段的列表。

name

字段的名称,该名称在索引字段或父字段的 fields 集合中必须是唯一的。

type

字段的数据类型。 可能的值包括:“Edm.ComplexType”、“Collection (Edm.ComplexType) ”

属性详细信息

fields

子字段的列表。

fields: SearchField[]

属性值

name

字段的名称,该名称在索引字段或父字段的 fields 集合中必须是唯一的。

name: string

属性值

string

type

字段的数据类型。 可能的值包括:“Edm.ComplexType”、“Collection (Edm.ComplexType) ”

type: ComplexDataType

属性值