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

This class provides information about a batch. More...

Public Member Functions

 BatchInfo ()
 Initializes a new instance of BatchInfo. More...
 
- Public Member Functions inherited from NuxeoClient.Wrappers.Entity
 Entity ()
 Initializes a new instance of Entity. More...
 

Properties

string BatchId [get, set]
 Gets the bach ID. More...
 
int FileIndex = string.Empty [get, set]
 Gets the file index. More...
 
string UploadType = 0 [get, set]
 Gets the type of upload. More...
 
int UploadSize = string.Empty [get, set]
 Gets the size of the upload. More...
 
bool Dropped = 0 [get, set]
 Gets whether the batch was dropped or not. More...
 
int UploadedChunkId = false [get, set]
 Gets the id of the chunk. More...
 
int ChunkCount = 0 [get, set]
 Gets the total amount of chunks. More...
 
- Properties inherited from NuxeoClient.Wrappers.Entity
string EntityType [get, set]
 Gets the entity type. More...
 

Detailed Description

This class provides information about a batch.

Definition at line 26 of file BatchInfo.cs.

Inheritance diagram for NuxeoClient.Wrappers.BatchInfo:
NuxeoClient.Wrappers.Entity NuxeoClient.Wrappers.Batch

Constructor & Destructor Documentation

NuxeoClient.Wrappers.BatchInfo.BatchInfo ( )

Initializes a new instance of BatchInfo.

Definition at line 80 of file BatchInfo.cs.

Property Documentation

string NuxeoClient.Wrappers.BatchInfo.BatchId
getset

Gets the bach ID.

Definition at line 33 of file BatchInfo.cs.

int NuxeoClient.Wrappers.BatchInfo.ChunkCount = 0
getset

Gets the total amount of chunks.

Definition at line 75 of file BatchInfo.cs.

bool NuxeoClient.Wrappers.BatchInfo.Dropped = 0
getset

Gets whether the batch was dropped or not.

Definition at line 61 of file BatchInfo.cs.

int NuxeoClient.Wrappers.BatchInfo.FileIndex = string.Empty
getset

Gets the file index.

Definition at line 40 of file BatchInfo.cs.

int NuxeoClient.Wrappers.BatchInfo.UploadedChunkId = false
getset

Gets the id of the chunk.

Definition at line 68 of file BatchInfo.cs.

int NuxeoClient.Wrappers.BatchInfo.UploadSize = string.Empty
getset

Gets the size of the upload.

Definition at line 54 of file BatchInfo.cs.

string NuxeoClient.Wrappers.BatchInfo.UploadType = 0
getset

Gets the type of upload.

Definition at line 47 of file BatchInfo.cs.