NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
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... | |
This class provides information about a batch.
Definition at line 26 of file BatchInfo.cs.
NuxeoClient.Wrappers.BatchInfo.BatchInfo | ( | ) |
Initializes a new instance of BatchInfo.
Definition at line 80 of file BatchInfo.cs.
|
getset |
Gets the bach ID.
Definition at line 33 of file BatchInfo.cs.
|
getset |
Gets the total amount of chunks.
Definition at line 75 of file BatchInfo.cs.
|
getset |
Gets whether the batch was dropped or not.
Definition at line 61 of file BatchInfo.cs.
|
getset |
Gets the file index.
Definition at line 40 of file BatchInfo.cs.
|
getset |
Gets the id of the chunk.
Definition at line 68 of file BatchInfo.cs.
|
getset |
Gets the size of the upload.
Definition at line 54 of file BatchInfo.cs.
|
getset |
Gets the type of upload.
Definition at line 47 of file BatchInfo.cs.