Class UploadChunkCommandResult
Result representing uploaded chunk data.
public abstract class UploadChunkCommandResult
- Inheritance
-
objectUploadChunkCommandResult
- Derived
- Extension Methods
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
Constructors
UploadChunkCommandResult()
protected UploadChunkCommandResult()
Properties
ErrorMessage
Asset error message.
public string ErrorMessage { get; set; }
Property Value
- string
Identifier
Identifier.
public string Identifier { get; set; }
Property Value
- string
Name
File name.
public string Name { get; set; }
Property Value
- string
Size
File size.
public long Size { get; set; }
Property Value
- long