...
Where operation is the specific operation to perform on Dropbox remote folder.
OperationOperation
Wiki Markup |
{div:class=confluenceTableSmall}
|| Operation || Description ||
| {{deletesdel}} | document deletes arefiles publishedor asdirectories eventson Dropbox|
| {{updatesget}} | documentdownload inserts/updatesfiles arefrom publishedDropbox as events |
| {{heartbeatmove}} | howmove oftenfiles tofrom sendfolders anon empty message to keep socket alive in millis Dropbox |
| {{createDatabaseput}} | createupload thefiles databaseon if it does not already exist Dropbox |
| {{usernamesearch}} | usernamesearch infiles caseon ofDropbox authenticatedbased databaseson |string | {{password}} | password for authenticated databases |
queries |
{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} |
...