Channel
A complex data type that describes a channel.
Schema
<xsd:complexType name="Channel">
<xsd:all>
<xsd:element name="Id" type="xsd:string" minOccurs="0"/>
<xsd:element name="Name" type="xsd:string" minOccurs="0"/>
<xsd:element name="PollingInterval" type="xsd:long"
minOccurs="0"/>
<xsd:element name="Description" type="xsd:string"
minOccurs="0"/>
<xsd:element name="Expiration" type="xsd:long"minOccurs="0"/>
<xsd:element name="SmallImageURL" type="xsd:string"
minOccurs="0"/>
<xsd:element name="LargeImageURL" type="xsd:string"
minOccurs="0"/>
<xsd:element name="UserPermissions" type="xsd:string"
minOccurs="0"/>
</xsd:all>
</xsd:complexType>
Elements
Id
The channel ID.
Name
The channel name. Cannot exceed 50 characters.
PollingInterval
The number of seconds that elapses until the next time the BIRT iHub refreshes the contents of the channel. The minimum value is 10 seconds.
Description
The description of the channel. Cannot exceed 500 characters.
Expiration
The number of seconds an item remains on the channel before the item is removed.
SmallImageURL
The URL of the small custom image for the channel. Cannot exceed 100 characters.
LargeImageURL
The URL of the large custom image for the channel. Cannot exceed 100 characters.
UserPermissions
The permissions the current user has on the channel.