Upload | 
This is preliminary documentation and is subject to change.
The UploadResult type exposes the following members.
| Name | Description | |
|---|---|---|
| UploadResult | Initializes a new instance of the UploadResult class | 
| Name | Description | |
|---|---|---|
| FileKey | For Warning and Continue, the file key to be passed into the next upload attempt. | |
| FileRevision | For a successful upload or stashing, gets the revision information for the uploaded file. | |
| Offset | When performing chunked uploading, gets the starting offset of the next chunk. | |
| ResultCode | A brief word describing the result of the operation. | |
| StashErrors | Gets a collection of errors during stashing the chunk or the file to be uploaded. (MW 1.29+) | |
| Warnings | Gets a collection of warnings resulted from this upload. | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object)  | |
| GetHashCode | Serves as the default hash function. (Inherited from Object)  | |
| GetType | Gets the Type of the current instance. (Inherited from Object)  | |
| ToString | 
            返回表示当前对象的字符串。
             (Overrides ObjectToString)  |