次の方法で共有


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から継承