Class UploadChunkCommandResult
Result representing uploaded chunk data.
public sealed class UploadChunkCommandResult
- Inheritance
-
objectUploadChunkCommandResult
- Extension Methods
Properties
ErrorMessage
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