dataCaptureStores element
Type: | imbDataCaptureContainerBean |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Description of data capture stores available for viewing on the broker.
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<dataCaptureStores type="..." uri="..." hasChildren="..." internal="...">
<dataCaptureStore type="..." uri="..." orderBy="..." order="..." eventTimestampFrom="..." eventTimestampTo="..." pageNumber="..." numberOfEntriesPerPage="..." totalResults="..." name="...">
<data>
<dataCaptureEntry uri="..." type="..." msgKey="..." hasBitstream="..." hasException="..." eventName="..." eventSourceAddress="..." brokerName="..." brokerUuid="..." executionGroupName="..." executionGroupUuid="..." messageFlowName="..." messageFlowUuid="..." applicationName="..." applicationUuid="..." libraryName="..." libraryUuid="..." nodeName="..." nodeType="..." terminalName="..." keyField5="..." keyField4="..." keyField3="..." keyField2="..." keyField1="..." details="..." globalTransactionId="..." parentTransactionId="..." localTransactionId="..." eventTimestamp="..." eventType="..." hasUserData="..." />
<dataCaptureEntry uri="..." type="..." msgKey="..." hasBitstream="..." hasException="..." eventName="..." eventSourceAddress="..." brokerName="..." brokerUuid="..." executionGroupName="..." executionGroupUuid="..." messageFlowName="..." messageFlowUuid="..." applicationName="..." applicationUuid="..." libraryName="..." libraryUuid="..." nodeName="..." nodeType="..." terminalName="..." keyField5="..." keyField4="..." keyField3="..." keyField2="..." keyField1="..." details="..." globalTransactionId="..." parentTransactionId="..." localTransactionId="..." eventTimestamp="..." eventType="..." hasUserData="...">
<!--...-->
</dataCaptureEntry>
<!--...more "dataCaptureEntry" elements...-->
</data>
<customizations>
<customization isHidden="..." customizedName="..." fieldWidth="..." fieldName="..." />
<customization isHidden="..." customizedName="..." fieldWidth="..." fieldName="...">
<!--...-->
</customization>
<!--...more "customization" elements...-->
</customizations>
</dataCaptureStore>
<dataCaptureStore type="..." uri="..." orderBy="..." order="..." eventTimestampFrom="..." eventTimestampTo="..." pageNumber="..." numberOfEntriesPerPage="..." totalResults="..." name="...">
<!--...-->
</dataCaptureStore>
<!--...more "dataCaptureStore" elements...-->
</dataCaptureStores>
Example JSON
{
"type" : "...",
"dataCaptureStore" : [ {
"type" : "...",
"uri" : {
"value" : "..."
},
"orderBy" : "...",
"order" : "...",
"eventTimestampFrom" : "...",
"eventTimestampTo" : "...",
"pageNumber" : "...",
"numberOfEntriesPerPage" : "...",
"totalResults" : "...",
"name" : "...",
"data" : [ {
"uri" : {
"value" : "..."
},
"type" : "...",
"msgKey" : "...",
"hasBitstream" : false,
"hasException" : false,
"eventName" : "...",
"eventSourceAddress" : "...",
"brokerName" : "...",
"brokerUuid" : "...",
"executionGroupName" : "...",
"executionGroupUuid" : "...",
"messageFlowName" : "...",
"messageFlowUuid" : "...",
"applicationName" : "...",
"applicationUuid" : "...",
"libraryName" : "...",
"libraryUuid" : "...",
"nodeName" : "...",
"nodeType" : "...",
"terminalName" : "...",
"keyField5" : "...",
"keyField4" : "...",
"keyField3" : "...",
"keyField2" : "...",
"keyField1" : "...",
"details" : "...",
"globalTransactionId" : "...",
"parentTransactionId" : "...",
"localTransactionId" : "...",
"eventTimestamp" : "...",
"eventType" : "...",
"hasUserData" : false
}, ... ],
"customizations" : [ {
"isHidden" : false,
"customizedName" : "...",
"fieldWidth" : ...,
"fieldName" : "..."
}, ... ]
}, ... ],
"uri" : {
"value" : "..."
},
"hasChildren" : "...",
"internal" : "..."
}