Data Object - ApplicationIconBase
Java Class
com.omnissa.vdi.vlsi.binding.vdi.resources.ApplicationIcon.ApplicationIconBase
Property of
See also
Since
Horizon View 6.0
Data Object Description¶
Following class represents various attributes of an Application Icon.
Data Object Properties¶
Name | Type | Description |
---|---|---|
data | xsd:base64Binary | Icon image data |
width | xsd:long | Icon width |
height | xsd:long | Icon height |
iconHash | xsd:string | Icon hash, to enable quick icon lookup |
iconSource | xsd:string | Source of the ApplicationIcon. If icon is from RDS Agent, iconSource will be Unset. Allowed Values: broker Since Horizon 7.1 1 |
applications | ApplicationId[] | An icon could be shared by multiple applications. Array of Application entityIds this icon represents. 1 2 |