MetadataEntity interface
元數據實體合約。
屬性
applicable |
適用於此元數據實體的案例清單。 |
depends |
此實體相依的索引鍵清單。 |
display |
顯示名稱。 |
id | 元數據實體的資源標識碼。 |
name | 元數據實體的名稱。 |
supported |
支援的值清單。 |
type | 元數據實體的類型。 |
屬性詳細資料
applicableScenarios
適用於此元數據實體的案例清單。
applicableScenarios?: string[]
屬性值
string[]
dependsOn
此實體相依的索引鍵清單。
dependsOn?: string[]
屬性值
string[]
displayName
顯示名稱。
displayName?: string
屬性值
string
id
元數據實體的資源標識碼。
id?: string
屬性值
string
name
元數據實體的名稱。
name?: string
屬性值
string
supportedValues
type
元數據實體的類型。
type?: string
屬性值
string