Click here to Skip to main content
15,885,366 members
Articles / Hosted Services / Serverless

Peer Graph - Searching

Rate me:
Please Sign up or sign in to vote.
3.80/5 (5 votes)
6 Jan 20067 min read 44.9K   388   22  
Searching record meta-data in a Peer Graph using Microsoft's Peer-to-Peer technology.
<peersearch></peersearch>
<peersearch><clause attrib="Name" type="string">Ideas.txt</clause></peersearch>
<peersearch><clause attrib="Length" type="int" compare="greater">10000</clause></peersearch>
<peersearch><clause attrib="Name" type="string">P*</clause></peersearch>

<peersearch>
<and>
  <clause attrib="lastwritetime" type="date" compare="greater">2003-03-01T06:31:10.9687500-07:00</clause>
  <clause attrib="lastwritetime" type="date" compare="less">2003-04-01</clause>
 </and>
</peersearch>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Canada Canada
Adrian Moore is the Development Manager for the SCADA Vision system developed by ABB Inc in Calgary, Alberta.

He has been interested in compilers, parsers, real-time database systems and peer-to-peer solutions since the early 90's. In his spare time, he is currently working on a SQL parser for querying .NET DataSets (http://www.queryadataset.com).

Adrian is a Microsoft MVP for Windows Networking.

Comments and Discussions