3.1.4.1.3.7 GetDataOptions (from namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.WebAnalytics.ProcessedDataRetriever)

A complex type that specifies additional options for the data being requested.

 <xs:complexType name="GetDataOptions">
   <xs:sequence>
     <xs:element minOccurs="0" name="bypassCache" type="xs:boolean"/>
   </xs:sequence>
 </xs:complexType>

bypassCache:  An xs:boolean [XMLSCHEMA2] section 3.2.2 element that specifies if the cache should be bypassed. The behavior is for the value True: It bypasses the cache. False: It does not bypass the cache.