다음을 통해 공유


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 상속된