http://schemas.datacontract.org/2004/07/EyeshotWcfService
DownloadResponse Complex Type
http://schemas.datacontract.org/2004/07/EyeshotWcfService : DownloadResponse Complex Type
Namespace http://schemas.datacontract.org/2004/07/EyeshotWcfService
Diagram
OperationType Element Log Element FileType Element FileSize Element FileName Element Buffer Element Sequence DownloadResponse Complex Type
Overview
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.
Used By
DownloadDataResult Element
DownloadResponse Element
Source
<xs:complexType name="DownloadResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Buffer" nillable="true" type="xs:base64Binary" />
    <xs:element minOccurs="0" name="FileName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="FileSize" type="xs:long" />
    <xs:element minOccurs="0" name="FileType" type="tns:FileType" />
    <xs:element minOccurs="0" name="Log" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="OperationType" type="q1:OperationsType" xmlns:q1="http://schemas.datacontract.org/2004/07/EyeshotWcfService.Tasks" />
  </xs:sequence>
</xs:complexType>
See Also
http://schemas.datacontract.org/2004/07/EyeshotWcfService