Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 an empty message to keep socket alive in millison Dropbox |
| {{createDatabaseput}} | createupload thefiles databaseon if it does not already exist Dropbox |
| {{usernamesearch}}  | usernamesearch infiles caseon ofDropbox authenticatedbased databaseson |
| {{password}}  | password for authenticated databasesstring 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}

...