persistentQueryResult Data Type

Namespace
(Default)
Schema
ns1.xsd
Properties
name data type type namespace min/max occurs description
fileSize long element 0/1  
httpResultUrl string element 0/1  
numRows int element 0/1  
persistedURI string element 0/1  

Example

<persistentQueryResult>
  <httpResultUrl>...</httpResultUrl>
  <numRows>...</numRows>
  <fileSize>...</fileSize>
  <persistedURI>...</persistedURI>
</persistentQueryResult>