DataDimensionAttributeValueDTO
A DTO that represents a DataDimensionVO AttributeValue.
Sub Type Property: "_type" : "DataDimensionVO"
Fields
Type
Name
Description
Optional
Default Value
value
The base64 encoded DataDimensionVO value of this attribute.
false
checksum
A MD5 checksum of the image.
false
byteSize
The byte size of the image.
false
writable
The flag to indicate if this attribute is writable.
false
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
}