PoolRepr

Top  Previous  Next

Description

Represents the configuration of a single topic map pool

 

XML Representation

 

<Pool 

 Id="%internal id%" Version="%version number%" 

 LastModified="2010-07-24T14:23:46.3062825+01:00" Address="%pool resource uri%">

  <Name>%pool name %</Name>

  <AllowAll>true</AllowAll>

  <TypeRestrictions>

    <Type>%type si%</Type>

    <Type>%type si%</Type>

  </TypeRestrictions>

</Pool>

 

JSON Representation

 

"Address":"%pool resource uri%", 

"Name":"%pool name %", 

"AllowAll":true, 

"TypeRestrictions":

"%type si%", 

"%type si%"] 

"Id":"00000000-0000-0000-0000-000000000000", 

"Version":99, 

"LastModified":"\/Date(1279977826306+0100)\/"

 

 

Notes

 

See Also