2.2.1.6 searchRequest

A query to a single server for a single URL:

 <complexType name="searchRequest">
     <sequence>
       <element name="OriginUrl" type="cd:url"/>
       
       <element name="FileModificationTime" type="dateTime" />
       <element name="FileSize" type="unsignedLong"  minOccurs="0"/>
       <element name="FileEtag" type="string" minOccurs="0" />
  
       <element name="MaxRecords" type="positiveInteger" 
       minOccurs="0" default="1" />      
  
       <any minOccurs="0" maxOccurs="unbounded" processContents="lax" 
       namespace="##other"/>
     </sequence>
   </complexType>

OriginUrl: The URL for which the client is searching. The maximum length is 2,200 characters.

FileModificationTime: The UTC time stamp of the URL.

FileSize: The size, in bytes, of the URL.

FileEtag: The entity tag for the URL.

MaxRecords: The maximum number of records that can be included in the searchResponse element in the reply.<5> The server's response MUST abide by the limit, and the client SHOULD ignore response records beyond the limit.<6> If this element is omitted, there is no explicit limit on the number of records returned.