次の方法で共有


DataVersionBaseProperties interface

データ バージョンの基本定義

Extends

プロパティ

dataType

[必須]データの種類を指定します。

dataUri

[必須]データの URI。 例: https://go.microsoft.com/fwlink/?linkid=2202330

継承されたプロパティ

description

資産の説明テキスト。

isAnonymous

名前のバージョンがシステムによって生成された場合 (匿名登録)。

isArchived

資産はアーカイブされていますか?

properties

資産プロパティ ディクショナリ。

tags

タグ ディクショナリ。 タグは追加、削除、更新できます。

プロパティの詳細

dataType

[必須]データの種類を指定します。

dataType: string

プロパティ値

string

dataUri

[必須]データの URI。 例: https://go.microsoft.com/fwlink/?linkid=2202330

dataUri: string

プロパティ値

string

継承されたプロパティの詳細

description

資産の説明テキスト。

description?: string

プロパティ値

string

承元:AssetBase.description

isAnonymous

名前のバージョンがシステムによって生成された場合 (匿名登録)。

isAnonymous?: boolean

プロパティ値

boolean

承元:AssetBase.isAnonymous

isArchived

資産はアーカイブされていますか?

isArchived?: boolean

プロパティ値

boolean

承元:AssetBase.isArchived

properties

資産プロパティ ディクショナリ。

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

プロパティ値

{[propertyName: string]: string | null}

承元:AssetBase.properties

tags

タグ ディクショナリ。 タグは追加、削除、更新できます。

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

プロパティ値

{[propertyName: string]: string | null}

承元:AssetBase.tags