app Cloud Sync Stats
fun appCloudSyncStats(appId: Int, platformType: EPlatformType, preload: Boolean = false, blockingAppLaunch: Boolean, filesUploaded: Int = 0, filesDownloaded: Int = 0, filesDeleted: Int = 0, bytesUploaded: Long = 0, bytesDownloaded: Long = 0, microsecTotal: Long, microsecInitCaches: Long, microsecValidateState: Long, microsecAcLaunch: Long = 0, microsecAcPrepUserFiles: Long = 0, microsecAcExit: Long = 0, microsecBuildSyncList: Long, microsecDeleteFiles: Long = 0, microsecDownloadFiles: Long = 0, microsecUploadFiles: Long = 0, hardwareType: Int = 1, filesManaged: Int)
Notify Steam of the stats of the sync that just occurred. The values with Ac in them, I believe, are for Steam Auto Cloud.
Parameters
app Id
The ID of the app whose user files were synced
files Uploaded
The number of files that were uploaded in the sync
files Downloaded
The number of files that were downloaded in the sync
files Deleted
The number of files that were deleted in the sync
bytes Uploaded
The total number of bytes that were uploaded in the sync
bytes Downloaded
The total number of bytes that were downloaded in the sync
microsec Total
The total time the sync took in micro-seconds
microsec Delete Files
The time the sync took to delete all the required files in micro-seconds
microsec Download Files
The time the sync took to download all the required files in micro-seconds
microsec Upload Files
The time the sync took to upload all the required files in micro-seconds