Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "HTTP_database_API" page has been changed by PaulDavis.
http://wiki.apache.org/couchdb/HTTP_database_API?action=diff&rev1=14&rev2=15
--------------------------------------------------
The server's response is a JSON object similar to the following:
{{{
- {"db_name":"dj", "doc_count":1, "doc_del_count":1, "update_seq":4, "purge_seq":0, "compact_running":false,
"disk_size":12377, "instance_start_time":"1267612389906234", "disk_format_version":5}
+ {
+ "compact_running": false,
+ "db_name": "dj",
+ "disk_format_version": 5,
+ "disk_size": 12377,
+ "doc_count": 1,
+ "doc_del_count": 1,
+ "instance_start_time": "1267612389906234",
+ "purge_seq": 0,
+ "update_seq": 4
+ }
+
}}}
==== Meaning of Result Hash ====
|