Versions Compared

Key

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

...

Wiki Markup
{div:class=confluenceTableSmall}
|| Operation || Description ||
| {{del}} | deletes files or directories on Dropbox|
| {{get}} | download files from Dropbox |
| {{move}}  | move files from folders on Dropbox |
| {{put}} | upload files on Dropbox |
| {{search}}  | search files on Dropbox based on string queries |
{div}

Operations require additional options to work, some are mandatory for the specific operation.

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}

...