DataVersionBaseProperties interface

Data version base definition

Extends

Properties

dataType

[Required] Specifies the type of data.

dataUri

[Required] Uri of the data. Example: https://go.microsoft.com/fwlink/?linkid=2202330

Inherited Properties

description

The asset description text.

isAnonymous

If the name version are system generated (anonymous registration).

isArchived

Is the asset archived?

properties

The asset property dictionary.

tags

Tag dictionary. Tags can be added, removed, and updated.

Property Details

dataType

[Required] Specifies the type of data.

dataType: string

Property Value

string

dataUri

[Required] Uri of the data. Example: https://go.microsoft.com/fwlink/?linkid=2202330

dataUri: string

Property Value

string

Inherited Property Details

description

The asset description text.

description?: string

Property Value

string

Inherited From AssetBase.description

isAnonymous

If the name version are system generated (anonymous registration).

isAnonymous?: boolean

Property Value

boolean

Inherited From AssetBase.isAnonymous

isArchived

Is the asset archived?

isArchived?: boolean

Property Value

boolean

Inherited From AssetBase.isArchived

properties

The asset property dictionary.

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

Property Value

{[propertyName: string]: string | null}

Inherited From AssetBase.properties

tags

Tag dictionary. Tags can be added, removed, and updated.

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

Property Value

{[propertyName: string]: string | null}

Inherited From AssetBase.tags