Freigeben über


AssetContainer interface

Extends

Properties

isArchived

Is the asset archived?

latestVersion

The latest version inside this container. NOTE: This property will not be serialized. It can only be populated by the server.

nextVersion

The next auto incremental version NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

description

The asset description text.

properties

The asset property dictionary.

tags

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

Property Details

isArchived

Is the asset archived?

isArchived?: boolean

Property Value

boolean

latestVersion

The latest version inside this container. NOTE: This property will not be serialized. It can only be populated by the server.

latestVersion?: string

Property Value

string

nextVersion

The next auto incremental version NOTE: This property will not be serialized. It can only be populated by the server.

nextVersion?: string

Property Value

string

Inherited Property Details

description

The asset description text.

description?: string

Property Value

string

Inherited From ResourceBase.description

properties

The asset property dictionary.

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

Property Value

{[propertyName: string]: string | null}

Inherited From ResourceBase.properties

tags

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

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

Property Value

{[propertyName: string]: string | null}

Inherited From ResourceBase.tags