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 ThomasVanderStichele:
http://wiki.apache.org/couchdb/HTTP_database_API?action=diff&rev1=33&rev2=34

Comment:
clarify that same behaviour means getting a single row

  
  ||'''Parameter'''||'''Value'''||'''Default value'''||'''Description'''||
  ||''since''||seqnum||''0''||Start the results from the change immediately 
after the given sequence number.||
- ||''limit''||maxsequences||''none''||Limit number of result rows to the 
specified value (note that using ''0'' here has the same effect as ''1'').||
+ ||''limit''||maxsequences||''none''||Limit number of result rows to the 
specified value (note that using ''0'' here has the same effect as ''1'': get a 
single result row).||
  ||''descending''||boolean||''false''||Return the change results in descending 
sequence order (most recent change first)||
  ||''feed''||normal | longpoll | continuous||''normal''||Select the type of 
feed.||
  ||''heartbeat''||milliseconds||''60000''||Period in milliseconds after which 
an empty line is sent in the results. Only applicable for ''longpoll'' or 
''continuous'' feeds. Overrides any ''timeout'' to keep the feed alive 
indefinitely.||

Reply via email to