imbEventResponsePayload
Namespace: | http://www.ibm.com/iib/apiv1/responseObject |
XML Schema: | ns1.xsd |
Description of an event
XML
Attributes
name | type | description |
---|---|---|
isBitstreamDataIncluded | string | Is the bitstream data included in the payload |
bitstreamContentType | string | The content type of the bitstream when it is included in the payload |
bitstreamContentEncoding | string | The encoding type of the bitstream when it is included in the payload |
Elements
name (type) | min/max occurs |
description |
---|---|---|
dataLocations/dataLocation (imbEventResponseDataLocation) | 0/unbounded | The payload data locations for this event |
JSON
property | type | description |
---|---|---|
isBitstreamDataIncluded | string | Is the bitstream data included in the payload |
bitstreamContentType | string | The content type of the bitstream when it is included in the payload |
bitstreamContentEncoding | string | The encoding type of the bitstream when it is included in the payload |
dataLocations | array of dataLocations/dataLocation (imbEventResponseDataLocation) | The payload data locations for this event |