Skip to main content

Home > git-documentdb > SyncDirection

SyncDirection type#

Synchronization direction

Signature:
export declare type SyncDirection = 'pull' | 'push' | 'both';

Remarks#

  • pull: Only download from remote to local (currently not implemented)

  • push: Only upload from local to remote

  • both: Both download and upload between remote and local