FeaturesetVersionProperties interface
表示功能集版本的 DTO 对象
- 扩展
属性
| 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}