DataContainerProperties interface  
Container for data asset versions.
- Extends
Properties
| data | [Required] Specifies the type of data. | 
Inherited Properties
| description | The asset description text. | 
| is | Is the asset archived? | 
| latest | The latest version inside this container. NOTE: This property will not be serialized. It can only be populated by the server. | 
| next | 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
		dataType
	 
	[Required] Specifies the type of data.
dataType: stringProperty Value
string
Inherited Property Details
description
The asset description text.
description?: stringProperty Value
string
Inherited From AssetContainer.description
		isArchived
	 
	Is the asset archived?
isArchived?: booleanProperty 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?: stringProperty 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?: stringProperty 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