What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Mar 19, 2008 by tony.hammond
HandleDataModel  
Data model of Handle

Handle Data Model

Essentially a handle record is a set of values. Each value is a tuple with 7 fields: index, type, data, ttl, permission, timestamp, reference. See RFC 3651 for details.

handle index § type §1 data §2 ttl permission timestamp § reference
1 URL http://... {...} {...} ? ms {...}
100 ADMIN {...} {...} {...} ? ms {...}

§ Simple values.

§1 'Simple' value UTF8 string - length plus string.

§2 'Simple' value UTF8 string for some user types (e.g. 'URL') - length plus string.

Values marked '{...}' above are complex values.


Sign in to add a comment