RuyiNetUserFileService Class |
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi.SDK.Online
public class RuyiNetUserFileService : RuyiNetService
The RuyiNetUserFileService type exposes the following members.
| Name | Description | |
|---|---|---|
| CancelUpload |
Cancels an upload.
| |
| DeleteUserFile |
Deletes a single user file.
| |
| DeleteUserFiles |
Deletes multiple user files.
| |
| GetCDNUrl |
Returns the CDN url for a file object.
| |
| GetUploadBytesTransferred |
Returns the number of bytes uploaded or -1 if upload not found.
| |
| GetUploadProgress |
Returns the progress of the given upload from 0.0 to 1.0 or -1 if upload not found.
| |
| GetUploadTotalBytesToTransfer |
Returns the total number of bytes that will be uploaded or -1 if upload not found.
| |
| ListUserFiles(Int32, RuyiNetTaskRuyiNetListUserFilesResponseCallbackType) |
List all user files.
| |
| ListUserFiles(Int32, String, Boolean, RuyiNetTaskRuyiNetListUserFilesResponseCallbackType) |
List all user files.
| |
| UploadFile |
Prepares a user file upload.
|