DataDimensionAttributeValueDTO

A DTO that represents a DataDimensionVO AttributeValue.

Sub Type Property: "_type" : "DataDimensionVO"

Fields

Type
Name
Description
Optional
Default Value
String  
value
The base64 encoded DataDimensionVO value of this attribute.
false
 
String  
checksum
A MD5 checksum of the image.
false
 
Integer  
byteSize
The byte size of the image.
false
 
Boolean  
writable
The flag to indicate if this attribute is writable.
false
 
Boolean  
readable
The flag to indicate if this attribute is readable.
false
 
status
DTO that may contain status messages for the AttributeValue.
false
 

Example

{
	"_type": "DataDimensionVO",
	"value": "<base64 encoded image data>",
	"writable": true,
	"readable": true,
	"status": null,
	"checksum": "",
	"byteSize": 1278371234
}