syncengine
Contents:
Introduction
Quickstart Guide
Core Concepts
Sync Modes Reference
Storage Protocols
API Reference
Examples
Benchmarks
Changelog
syncengine
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
W
A
add_pattern() (IgnoreFileManager method)
allows_destination_delete (SyncMode property)
allows_download (SyncMode property)
allows_source_delete (SyncMode property)
allows_upload (SyncMode property)
B
built-in function
format_size()
load_sync_pairs_from_json()
C
cancel() (SyncPauseController method)
chunk_size (SyncConfig attribute)
clear() (IgnoreFileManager method)
(SyncStateManager method)
comparison_mode (SyncPair attribute)
ComparisonMode (built-in class)
ConcurrencyLimits (built-in class)
CONFLICT (SyncAction attribute)
create_download_progress_callback() (SyncProgressTracker method)
current_file_bytes (SyncProgressInfo attribute)
current_file_total (SyncProgressInfo attribute)
D
DEFAULT_BATCH_SIZE (built-in variable)
DEFAULT_CHUNK_SIZE (built-in variable)
DEFAULT_IGNORE_FILE_NAME (built-in variable)
DEFAULT_MAX_RETRIES (built-in variable)
DEFAULT_MULTIPART_THRESHOLD (built-in variable)
DEFAULT_OPERATIONS_LIMIT (built-in variable)
DEFAULT_RETRY_DELAY (built-in variable)
DEFAULT_STATE_DIR_NAME (built-in variable)
DEFAULT_TRANSFERS_LIMIT (built-in variable)
DELETE_DESTINATION (SyncAction attribute)
DELETE_SOURCE (SyncAction attribute)
DESTINATION_BACKUP (SyncMode attribute)
destination_root (SyncPair attribute)
DESTINATION_TO_SOURCE (SyncMode attribute)
DestinationTree (built-in class)
directory (SyncProgressInfo attribute)
DOWNLOAD_BATCH_COMPLETE (SyncProgressEvent attribute)
DOWNLOAD_BATCH_START (SyncProgressEvent attribute)
DOWNLOAD_FILE_COMPLETE (SyncProgressEvent attribute)
DOWNLOAD_FILE_ERROR (SyncProgressEvent attribute)
DOWNLOAD_FILE_PROGRESS (SyncProgressEvent attribute)
DOWNLOAD_FILE_START (SyncProgressEvent attribute)
download_folder() (SyncEngine method)
DOWNLOAD_NEW (SyncAction attribute)
DOWNLOAD_RESTORE (SyncAction attribute)
DOWNLOAD_UPDATE (SyncAction attribute)
E
error_message (SyncProgressInfo attribute)
event (SyncProgressInfo attribute)
F
file_path (SyncProgressInfo attribute)
folder_bytes_downloaded (SyncProgressInfo attribute)
folder_bytes_total (SyncProgressInfo attribute)
folder_bytes_uploaded (SyncProgressInfo attribute)
folder_files_downloaded (SyncProgressInfo attribute)
folder_files_uploaded (SyncProgressInfo attribute)
format_size()
built-in function
from_string() (SyncMode class method)
H
HASH_ONLY (ComparisonMode attribute)
HASH_THEN_MTIME (ComparisonMode attribute)
I
ignore_manager (SyncPair attribute)
IgnoreFileManager (built-in class)
IgnoreRule (built-in class)
is_bidirectional (SyncMode property)
is_cancelled() (SyncPauseController method)
is_paused() (SyncPauseController method)
items (DestinationTree attribute)
(SourceTree attribute)
L
load_destination_tree() (SyncStateManager method)
load_from_file() (IgnoreFileManager method)
load_source_tree() (SyncStateManager method)
load_sync_pairs_from_json()
built-in function
M
matches() (IgnoreRule method)
max_retries (SyncConfig attribute)
mode (SyncPair attribute)
MTIME_ONLY (ComparisonMode attribute)
multipart_threshold (SyncConfig attribute)
N
NO_ACTION (SyncAction attribute)
O
on_download_batch_complete() (SyncProgressTracker method)
on_download_batch_start() (SyncProgressTracker method)
on_download_complete() (SyncProgressTracker method)
on_download_file_complete() (SyncProgressTracker method)
on_download_file_error() (SyncProgressTracker method)
on_download_file_progress() (SyncProgressTracker method)
on_download_file_start() (SyncProgressTracker method)
on_download_progress() (SyncProgressTracker method)
on_download_start() (SyncProgressTracker method)
on_scan_complete() (SyncProgressTracker method)
on_scan_progress() (SyncProgressTracker method)
on_scan_start() (SyncProgressTracker method)
on_sync_complete() (SyncProgressTracker method)
on_sync_start() (SyncProgressTracker method)
on_upload_complete() (SyncProgressTracker method)
on_upload_progress() (SyncProgressTracker method)
on_upload_start() (SyncProgressTracker method)
operations (ConcurrencyLimits attribute)
P
pause() (SyncPauseController method)
R
resume() (SyncPauseController method)
retry_delay (SyncConfig attribute)
S
save_destination_tree() (SyncStateManager method)
save_source_tree() (SyncStateManager method)
SCAN_DIR_COMPLETE (SyncProgressEvent attribute)
SCAN_DIR_START (SyncProgressEvent attribute)
should_ignore() (IgnoreFileManager method)
SIZE_AND_MTIME (ComparisonMode attribute)
SIZE_ONLY (ComparisonMode attribute)
SOURCE_BACKUP (SyncMode attribute)
source_root (SyncPair attribute)
SOURCE_TO_DESTINATION (SyncMode attribute)
SourceTree (built-in class)
stats (SyncProgressInfo attribute)
StorageError
sync_pair() (SyncEngine method)
sync_pairs() (SyncEngine method)
SyncAction (built-in class)
SyncConfig (built-in class)
SyncConfigError
SyncEngine (built-in class)
SyncMode (built-in class)
SyncOperationError
SyncPair (built-in class)
SyncPauseController (built-in class)
SyncProgressEvent (built-in class)
SyncProgressInfo (built-in class)
SyncProgressTracker (built-in class)
SyncStateManager (built-in class)
T
total_bytes_downloaded (SyncProgressInfo attribute)
total_bytes_uploaded (SyncProgressInfo attribute)
total_files_downloaded (SyncProgressInfo attribute)
total_files_uploaded (SyncProgressInfo attribute)
transfers (ConcurrencyLimits attribute)
TWO_WAY (SyncMode attribute)
U
UPLOAD_BATCH_COMPLETE (SyncProgressEvent attribute)
UPLOAD_BATCH_START (SyncProgressEvent attribute)
UPLOAD_FILE_COMPLETE (SyncProgressEvent attribute)
UPLOAD_FILE_ERROR (SyncProgressEvent attribute)
UPLOAD_FILE_PROGRESS (SyncProgressEvent attribute)
UPLOAD_FILE_START (SyncProgressEvent attribute)
UPLOAD_NEW (SyncAction attribute)
UPLOAD_RESTORE (SyncAction attribute)
UPLOAD_UPDATE (SyncAction attribute)
W
wait_if_paused() (SyncPauseController method)