...
Where operation is the specific operation to perform on Dropbox remote folder.
Operation
Wiki Markup |
{div:class=confluenceTableSmall}
|| Operation || Description ||
| {{deletes}} | document deletes are published as events |
| {{updates}} | document inserts/updates are published as events |
| {{heartbeat}} | how often to send an empty message to keep socket alive in millis |
| {{createDatabase}} | create the database if it does not already exist |
| {{username}} | username in case of authenticated databases |
| {{password}} | password for authenticated databases |
{div}
|
Options
Wiki Markup |
{div:class=confluenceTableSmall}
|| Property || Default || Description ||
| {{deletes}} | {{true}} | document deletes are published as events |
| {{updates}} | {{true}} | document inserts/updates are published as events |
| {{heartbeat}} | {{30000}} | how often to send an empty message to keep socket alive in millis |
| {{createDatabase}} | {{true}} | create the database if it does not already exist |
| {{username}} | {{null}} | username in case of authenticated databases |
| {{password}} | {{null}} | password for authenticated databases |
{div} |
...