NuxeoDotNetClient  1.0.0 beta
.NET Client for Nuxeo Automation and REST API
Properties | List of all members
NuxeoClient.Wrappers.BatchFile Class Reference

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...
 

Detailed Description

Encloses information about a file that was uploaded into a batch.

Definition at line 26 of file BatchFile.cs.

Inheritance diagram for NuxeoClient.Wrappers.BatchFile:
NuxeoClient.Wrappers.Entity

Property Documentation

int NuxeoClient.Wrappers.BatchFile.ChunkCount = new int[0]
getset

Gets the number of uploaded chunks.

Definition at line 61 of file BatchFile.cs.

string NuxeoClient.Wrappers.BatchFile.Name
getset

Gets the file name.

Definition at line 33 of file BatchFile.cs.

string NuxeoClient.Wrappers.BatchFile.Size = string.Empty
getset

Gets the file size.

Definition at line 40 of file BatchFile.cs.

int [] NuxeoClient.Wrappers.BatchFile.UploadedChunkIds = string.Empty
getset

Gets the IDs of the uploaded chunks.

Definition at line 54 of file BatchFile.cs.

string NuxeoClient.Wrappers.BatchFile.UploadType = string.Empty
getset

Gets the type of upload.

Definition at line 47 of file BatchFile.cs.