Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Returns the number of rows that have been deleted by a downloaded truncate operation.
abstract long SyncResult.getReceivedTruncateDeletes()
The number of rows truncated.
Each downloaded truncate operation appears as a single row in the row download as counted by the getReceivedRowCount method but may result in zero or many rows being truncated, as counted by this method.