NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
Encloses information about a file that was uploaded into a batch. More...
Properties | |
string | Name [get, set] |
Gets the file name. More... | |
string | Size = string.Empty [get, set] |
Gets the file size. More... | |
string | UploadType = string.Empty [get, set] |
Gets the type of upload. More... | |
int[] | UploadedChunkIds = string.Empty [get, set] |
Gets the IDs of the uploaded chunks. More... | |
int | ChunkCount = new int[0] [get, set] |
Gets the number of uploaded chunks. More... | |
Properties inherited from NuxeoClient.Wrappers.Entity | |
string | EntityType [get, set] |
Gets the entity type. More... | |
Additional Inherited Members | |
Public Member Functions inherited from NuxeoClient.Wrappers.Entity | |
Entity () | |
Initializes a new instance of Entity. More... | |
Encloses information about a file that was uploaded into a batch.
Definition at line 26 of file BatchFile.cs.
|
getset |
Gets the number of uploaded chunks.
Definition at line 61 of file BatchFile.cs.
|
getset |
Gets the file name.
Definition at line 33 of file BatchFile.cs.
|
getset |
Gets the file size.
Definition at line 40 of file BatchFile.cs.
|
getset |
Gets the IDs of the uploaded chunks.
Definition at line 54 of file BatchFile.cs.
|
getset |
Gets the type of upload.
Definition at line 47 of file BatchFile.cs.