DataVersionBaseProperties interface
数据版本基定义
- 扩展
属性
data |
[必需]指定数据类型。 |
data |
[必需]数据的 URI。 示例:https://go.microsoft.com/fwlink/?linkid=2202330 |
继承属性
description | 资产说明文本。 |
is |
如果名称版本是系统生成的(匿名注册)。 |
is |
资产是否已存档? |
properties | 资产属性字典。 |
tags | 标记字典。 可以添加、删除和更新标记。 |
属性详细信息
dataType
[必需]指定数据类型。
dataType: string
属性值
string
dataUri
继承属性详细信息
description
isAnonymous
isArchived
properties
资产属性字典。
properties?: {[propertyName: string]: string | null}
属性值
{[propertyName: string]: string | null}
tags
标记字典。 可以添加、删除和更新标记。
tags?: {[propertyName: string]: string | null}
属性值
{[propertyName: string]: string | null}