http://tempuri.org/
DownloadDataResponse Element
http://tempuri.org/ : DownloadDataResponse Element
Namespace http://tempuri.org/
Diagram
OperationType Element Log Element FileType Element FileSize Element FileName Element Buffer Element Sequence DownloadDataResult Element Sequence DownloadDataResponse Element
Overview
Sequence
Sequence
Buffer optional xs:base64Binary
The download buffer for chunking data.
FileName optional xs:string
The filename.
FileSize optional xs:long
The file length.
FileType optional FileType Simple Type
The file type.
Log optional xs:string
A string containing warning or error messages related to the operation type.
OperationType optional OperationsType Simple Type
The operation type that has generated the file for the download.
Source
<xs:element name="DownloadDataResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="DownloadDataResult" nillable="true" type="q2:DownloadResponse" xmlns:q2="http://schemas.datacontract.org/2004/07/EyeshotWcfService" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
http://tempuri.org/