FeaturesetVersionProperties interface
代表功能集版本的 DTO 物件
- Extends
屬性
| entities | 指定實體清單 |
| materialization |
指定具體化設定 |
| provisioning |
功能集版本容器的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| specification | 指定功能規格詳細數據 |
| stage | 指定資產階段 |
繼承的屬性
| description | 資產描述文字。 |
| is |
如果名稱版本是系統產生的 (匿名註冊)。 |
| is |
資產是否已封存? |
| properties | 資產屬性字典。 |
| tags | 標記字典。 標記可以新增、移除和更新。 |
屬性詳細資料
entities
指定實體清單
entities?: string[]
屬性值
string[]
materializationSettings
provisioningState
功能集版本容器的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
provisioningState?: string
屬性值
string
specification
stage
指定資產階段
stage?: string
屬性值
string
繼承的屬性詳細資料
description
isAnonymous
isArchived
properties
資產屬性字典。
properties?: {[propertyName: string]: string | null}
屬性值
{[propertyName: string]: string | null}
tags
標記字典。 標記可以新增、移除和更新。
tags?: {[propertyName: string]: string | null}
屬性值
{[propertyName: string]: string | null}