Class UploadChunkCommandArguments
Chunk upload arguments.
public sealed class UploadChunkCommandArguments
- Inheritance
-
objectUploadChunkCommandArguments
- Extension Methods
Properties
ChunkData
File binary data.
public byte[] ChunkData { get; set; }
Property Value
- byte[]
ChunkId
Chunk ID.
public int ChunkId { get; set; }
Property Value
- int
FileIdentifier
File identifier under which the file is saved on the disk.
public string FileIdentifier { get; set; }
Property Value
- string
FileName
Uploaded file name with extension that is to be saved in content item asset metadata.
public string FileName { get; set; }
Property Value
- string
FileSize
File size.
public long FileSize { get; set; }
Property Value
- long