ServerEndpointSyncActivityStatus interface

Sync Session status object.

Properties

appliedBytes

Applied bytes

appliedItemCount

Applied item count.

inProgressLargeFilePath

Path of large file currently in progress

inProgressLargeFilePercentComplete

Percent complete (0-100) of large file currently in progress

inProgressLargeFileSizeBytes

Size in bytes of large file currently in progress

isRemainingFinal

Whether the remaining counts are final

perItemErrorCount

Per item error count

recentItemsPerSecond

Recent throughput in items per second

recentMegabytesPerSecond

Recent throughput in megabytes per second

remainingDeleteCount

Remaining delete count (if totals are final)

remainingDirectoryCount

Remaining directory count (if totals are final)

remainingFileCount

Remaining file count (if totals are final)

remainingLogicalSizeBytes

Remaining logical size in bytes (if totals are final)

sessionMinutesRemaining

Session minutes remaining (if available)

syncMode

Sync mode

timestamp

Timestamp when properties were updated

totalBytes

Total bytes (if available)

totalItemCount

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