Class ChunkInfo
Inherited Members
Namespace: CoreUpload.Models
Assembly: CoreUpload.dll
Syntax
public class ChunkInfo
Properties
ChunkIndex
Declaration
public int ChunkIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
FileName
Declaration
public string FileName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TotalChunks
Declaration
public int TotalChunks { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TotalFileSize
Declaration
public long TotalFileSize { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
UploadId
Declaration
public string UploadId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |