UriFolderDataVersion interface

uri-folder data version entity

Extends

Properties

dataType

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

dataUri

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

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

Polymorphic discriminator, which specifies the different types this object can be

dataType: "uri_folder"

Property Value

"uri_folder"

Inherited Property Details

dataUri

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

dataUri: string

Property Value

string

Inherited From DataVersionBaseProperties.dataUri

description

The asset description text.

description?: string

Property Value

string

Inherited From DataVersionBaseProperties.description

isAnonymous

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

isAnonymous?: boolean

Property Value

boolean

Inherited From DataVersionBaseProperties.isAnonymous

isArchived

Is the asset archived?

isArchived?: boolean

Property Value

boolean

Inherited From DataVersionBaseProperties.isArchived

properties

The asset property dictionary.

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

Property Value

{[propertyName: string]: string | null}

Inherited From DataVersionBaseProperties.properties

tags

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

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

Property Value

{[propertyName: string]: string | null}

Inherited From DataVersionBaseProperties.tags