共用方式為


UriFileDataVersion interface

uri-file 數據版本實體

Extends

屬性

dataType

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

dataUri

[必要]數據的 URI。 範例:https://go.microsoft.com/fwlink/?linkid=2202330

description

資產描述文字。

isAnonymous

如果名稱版本是系統產生的 (匿名註冊)。

isArchived

資產是否已封存?

properties

資產屬性字典。

tags

標記字典。 標記可以新增、移除和更新。

屬性詳細資料

dataType

多型歧視性,指定這個物件可以是的不同類型

dataType: "uri_file"

屬性值

"uri_file"

繼承的屬性詳細資料

dataUri

[必要]數據的 URI。 範例:https://go.microsoft.com/fwlink/?linkid=2202330

dataUri: string

屬性值

string

繼承自DataVersionBaseProperties.dataUri

description

資產描述文字。

description?: string

屬性值

string

繼承自DataVersionBaseProperties.description

isAnonymous

如果名稱版本是系統產生的 (匿名註冊)。

isAnonymous?: boolean

屬性值

boolean

繼承自DataVersionBaseProperties.isAnonymous

isArchived

資產是否已封存?

isArchived?: boolean

屬性值

boolean

繼承自DataVersionBaseProperties.isArchived

properties

資產屬性字典。

properties?: {[propertyName: string]: string | null}

屬性值

{[propertyName: string]: string | null}

繼承自DataVersionBaseProperties.properties

tags

標記字典。 標記可以新增、移除和更新。

tags?: {[propertyName: string]: string | null}

屬性值

{[propertyName: string]: string | null}

繼承自DataVersionBaseProperties.tags