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

SupplementalPropertyInfo interface

提供有关可应用于具有补充类型的 DTDL 元素的属性的信息的接口。

属性

dictionaryKey
instanceProperty
isOptional
isPlural
maxCount
minCount
type
valueConstraint

属性详细信息

dictionaryKey

dictionaryKey?: string

属性值

string

instanceProperty

instanceProperty?: string

属性值

string

isOptional

isOptional: boolean

属性值

boolean

isPlural

isPlural: boolean

属性值

boolean

maxCount

maxCount?: number

属性值

number

minCount

minCount?: number

属性值

number

type

type: string

属性值

string

valueConstraint

valueConstraint?: ValueConstraint

属性值