UL Ext: Returns synchronization progress monitoring data.
Public Class ULSyncProgressData
public class ULSyncProgressData
All members of the ULSyncProgressData class, including all inherited members.
Name | Description |
---|---|
Returns the number of rows that have been downloaded so far. | |
Returns the current synchronization flags indicating additional information relating to the current state. | |
Returns the number of rows received so far that have already been deleted. | |
Returns the number of rows received so far that have already been updated. | |
Returns true if this is final synchronization progress message. | |
Returns the number of bytes received so far. | |
Returns the number of deleted rows received so far. | |
Returns the number of inserted rows received so far. | |
Returns the number of updated rows received so far. | |
Returns the number of bytes sent so far. | |
Returns the number of deleted rows sent so far. | |
Returns the number of inserted rows sent so far. | |
Returns the number of updated rows sent so far. | |
Returns the current synchronization state. | |
Returns the number of tables being synchronized. | |
Returns the index of the table currently being synchronized in the range from 1 to the total number of tables involved with the synchronization. | |
Returns the database index of the table currently being synchronized. | |
Returns the name of the current table being uploaded or downloaded. | |
Returns the total number of rows to be received in the download. | |
Returns the number of rows that have been deleted by a truncate operation. | |
A flag indicating that the synchronization is blocked awaiting a response from the MobiLink server. |
CurrentDownloadRowCount property
Flags property
IgnoredDeletes property
IgnoredUpdates property
IsFinalSyncProgress property
ReceivedBytes property
ReceivedDeletes property
ReceivedInserts property
ReceivedUpdates property
SentBytes property
SentDeletes property
SentInserts property
SentUpdates property
State property
SyncTableCount property
SyncTableIndex property
TableID property
TableName property
TotalDownloadRowCount property
TruncateDeletes property
FLAG_IS_BLOCKING field
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |