ComponentContainerProperties interface

Component container definition.

Extends

Properties

provisioningState

Provisioning state for the component container. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

description

The asset description text.

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.

properties

The asset property dictionary.

tags

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

Property Details

provisioningState

Provisioning state for the component container. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

Inherited Property Details

description

The asset description text.

description?: string

Property Value

string

Inherited From AssetContainer.description

isArchived

Is the asset archived?

isArchived?: boolean

Property Value

boolean

Inherited From AssetContainer.isArchived

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

Inherited From AssetContainer.latestVersion

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 From AssetContainer.nextVersion

properties

The asset property dictionary.

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

Property Value

{[propertyName: string]: string | null}

Inherited From AssetContainer.properties

tags

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

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

Property Value

{[propertyName: string]: string | null}

Inherited From AssetContainer.tags