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

EntityQueryItemProperties interface

实体的属性抽象查询项

属性

dataTypes

模板的数据类型

entitiesFilter

查询仅适用于与所有筛选器匹配的实体

inputEntityType

实体的类型

requiredInputFieldsSets

模板的数据类型

属性详细信息

dataTypes

模板的数据类型

dataTypes?: EntityQueryItemPropertiesDataTypesItem[]

属性值

entitiesFilter

查询仅适用于与所有筛选器匹配的实体

entitiesFilter?: Record<string, unknown>

属性值

Record<string, unknown>

inputEntityType

实体的类型

inputEntityType?: string

属性值

string

requiredInputFieldsSets

模板的数据类型

requiredInputFieldsSets?: string[][]

属性值

string[][]