dataCaptureStore element

Type: imbDataCaptureResponseObject
Namespace: (default namespace)
XML Schema: ns0.xsd

Response to describe a Data Capture Store.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <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>

Example JSON

{ "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" : "..." }, ... ] }