UploadResult<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Result that we get from uploading a slice
public class UploadResult<T>
type UploadResult<'T> = class
Public Class UploadResult(Of T)
Type Parameters
- T
- Inheritance
-
UploadResult<T>
Constructors
UploadResult<T>() |
Fields
ItemResponse |
The uploaded item, once upload has completed. |
Location |
The uploaded item location, once upload has completed. |
UploadSession |
The UploadSession containing information about the created upload session. |
Properties
UploadSucceeded |
Status of the request. |