Reports the download statistics of the synchronization stream.
public typedef struct ul_sync_stats_download
Member name | Type | Description |
---|---|---|
bytes |
ul_u_long |
The number of bytes currently received. |
deletes |
ul_u_long |
The number of rows currently received that have been deleted. |
ignored_deletes |
ul_u_long |
The number of rows in the current download that have been received and do not exist in the table. |
ignored_updates |
ul_u_long |
The number of rows in the current download that have been received and are duplicates of rows that already exist in the table. |
inserts |
ul_u_long |
The number of rows currently inserted. |
truncate_deletes |
ul_u_long |
The number of rows that have been deleted by a truncate operation. |
updates |
ul_u_long |
The number of rows currently received that have been updated. |
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |