2.2.4.1.1.3.2 CellSetType ComplexType

The CellSetType complex type contains the data for the CellSet element in the response. The server typically returns the results in the CellType format. However, when the DbpropMsmdOptimizeResponse flag is set to "7" in the query request, the server returns a CellSetType with embedded binary data.

 <xsd:complexType name="CellSetType">
   <xsd:sequence>
     <xsd:element name="Data" type="xsd:base64Binary" minOccurs="1" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

Element

Description

Data

CellSet data in compressed binary format. That is, the server returns the actual compressed store data in a paged fashion.