Hello Philipp,
SyncOrchestrator returns SyncOperationStatistics object which contains summary of changes (# of total changes, successful download / upload applies, failed applies, etc...)
To find out what row has specifically changed, you need to subscribe to events to find out. For example, applying changes event gives you access to dataSet consisting of changes being applied.
Hope this helps,
Patrick