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

PropertyDefinition interface

属性定义。

属性

arrayValueSeparator

具有 isArray 集的属性的数组值分隔符。

dataSourcePrecedenceRules

这特定于建模为活动的交互。 数据源用于确定数据的存储位置以及优先规则。 注意:此属性不会序列化。 它只能由服务器填充。

enumValidValues

描述枚举属性的有效值。

fieldName

属性的名称。

fieldType

属性的类型。

isArray

指示属性是否实际上是数据 API 上上 fieldType 的数组。

isAvailableInGraph

属性在图形中是否可用。

isEnum

指示属性是否为枚举。

isFlagEnum

指示属性是否为标志枚举。

isImage

属性是否为 Image。

isLocalizedString

属性是否为本地化字符串。

isName

属性是名称还是名称的一部分。

isRequired

实例上是否需要属性值,IsRequired 字段仅用于交互。 配置文件实例不会检查所需的字段。

maxLength

字符串的最大长度。 仅当类型为字符串时使用。

propertyId

与属性关联的 ID。

schemaItemPropLink

属性的 URL 编码 schema.org 项属性属性链接。

属性详细信息

arrayValueSeparator

具有 isArray 集的属性的数组值分隔符。

arrayValueSeparator?: string

属性值

string

dataSourcePrecedenceRules

这特定于建模为活动的交互。 数据源用于确定数据的存储位置以及优先规则。 注意:此属性不会序列化。 它只能由服务器填充。

dataSourcePrecedenceRules?: DataSourcePrecedence[]

属性值

enumValidValues

描述枚举属性的有效值。

enumValidValues?: ProfileEnumValidValuesFormat[]

属性值

fieldName

属性的名称。

fieldName: string

属性值

string

fieldType

属性的类型。

fieldType: string

属性值

string

isArray

指示属性是否实际上是数据 API 上上 fieldType 的数组。

isArray?: boolean

属性值

boolean

isAvailableInGraph

属性在图形中是否可用。

isAvailableInGraph?: boolean

属性值

boolean

isEnum

指示属性是否为枚举。

isEnum?: boolean

属性值

boolean

isFlagEnum

指示属性是否为标志枚举。

isFlagEnum?: boolean

属性值

boolean

isImage

属性是否为 Image。

isImage?: boolean

属性值

boolean

isLocalizedString

属性是否为本地化字符串。

isLocalizedString?: boolean

属性值

boolean

isName

属性是名称还是名称的一部分。

isName?: boolean

属性值

boolean

isRequired

实例上是否需要属性值,IsRequired 字段仅用于交互。 配置文件实例不会检查所需的字段。

isRequired?: boolean

属性值

boolean

maxLength

字符串的最大长度。 仅当类型为字符串时使用。

maxLength?: number

属性值

number

propertyId

与属性关联的 ID。

propertyId?: string

属性值

string

属性的 URL 编码 schema.org 项属性属性链接。

schemaItemPropLink?: string

属性值

string