You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
1.2 KiB

1 year ago
  1. # CircleSDK.Model.GetSyncStatusReply
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **Status** | [**ReturnStatus**](ReturnStatus.md) | | [optional]
  6. **SyncPriority** | **int?** | SyncPriority | [optional]
  7. **SyncState** | **int?** | SyncState | [optional]
  8. **CurrentDownloadFileName** | **string** | CurrentDownloadFileName | [optional]
  9. **CurrentDownloadFmapID** | **string** | CurrentDownloadFmapID | [optional]
  10. **CurrentDownloadFileSize** | **long?** | CurrentDownloadFileSize | [optional]
  11. **CurrentDownloadStartedUtc** | **string** | CurrentDownloadStartedUtc | [optional]
  12. **PeerBytesTotal** | **long?** | CurrentDownloadFileSize | [optional]
  13. **PeerBytesDownloaded** | **long?** | PeerBytesDownloaded | [optional]
  14. **PeerFileCountTotal** | **long?** | PeerFileCountTotal | [optional]
  15. **PeerFileCountDownloaded** | **long?** | PeerFileCountDownloaded | [optional]
  16. **PeerNonUserAttachmentFileCountTotal** | **long?** | PeerNonUserAttachmentFileCountTotal | [optional]
  17. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)