ServerEndpointSyncActivityStatus interface
Sync Session status object.
Properties
| applied |
Applied bytes |
| applied |
Applied item count. |
| in |
Path of large file currently in progress |
| in |
Percent complete (0-100) of large file currently in progress |
| in |
Size in bytes of large file currently in progress |
| is |
Whether the remaining counts are final |
| per |
Per item error count |
| recent |
Recent throughput in items per second |
| recent |
Recent throughput in megabytes per second |
| remaining |
Remaining delete count (if totals are final) |
| remaining |
Remaining directory count (if totals are final) |
| remaining |
Remaining file count (if totals are final) |
| remaining |
Remaining logical size in bytes (if totals are final) |
| session |
Session minutes remaining (if available) |
| sync |
Sync mode |
| timestamp | Timestamp when properties were updated |
| total |
Total bytes (if available) |
| total |
Total item count (if available) |
| warning | Warning type (if any) |
Property Details
appliedBytes
Applied bytes
appliedBytes?: number
Property Value
number
appliedItemCount
Applied item count.
appliedItemCount?: number
Property Value
number
inProgressLargeFilePath
Path of large file currently in progress
inProgressLargeFilePath?: string
Property Value
string
inProgressLargeFilePercentComplete
Percent complete (0-100) of large file currently in progress
inProgressLargeFilePercentComplete?: number
Property Value
number
inProgressLargeFileSizeBytes
Size in bytes of large file currently in progress
inProgressLargeFileSizeBytes?: number
Property Value
number
isRemainingFinal
Whether the remaining counts are final
isRemainingFinal?: boolean
Property Value
boolean
perItemErrorCount
Per item error count
perItemErrorCount?: number
Property Value
number
recentItemsPerSecond
Recent throughput in items per second
recentItemsPerSecond?: number
Property Value
number
recentMegabytesPerSecond
Recent throughput in megabytes per second
recentMegabytesPerSecond?: number
Property Value
number
remainingDeleteCount
Remaining delete count (if totals are final)
remainingDeleteCount?: number
Property Value
number
remainingDirectoryCount
Remaining directory count (if totals are final)
remainingDirectoryCount?: number
Property Value
number
remainingFileCount
Remaining file count (if totals are final)
remainingFileCount?: number
Property Value
number
remainingLogicalSizeBytes
Remaining logical size in bytes (if totals are final)
remainingLogicalSizeBytes?: number
Property Value
number
sessionMinutesRemaining
Session minutes remaining (if available)
sessionMinutesRemaining?: number
Property Value
number
syncMode
Sync mode
syncMode?: string
Property Value
string
timestamp
Timestamp when properties were updated
timestamp?: Date
Property Value
Date
totalBytes
Total bytes (if available)
totalBytes?: number
Property Value
number
totalItemCount
Total item count (if available)
totalItemCount?: number
Property Value
number
warning
Warning type (if any)
warning?: string
Property Value
string