A message sent/received by a StorageService that has a file size as a payload. More...
#include <StorageServiceMessage.h>
Public Member Functions | |
StorageServiceFileContentChunkMessage (WorkflowFile *file, unsigned long chunk_size, bool last_chunk) | |
Constructor. More... | |
Public Attributes | |
WorkflowFile * | file |
The file. | |
bool | last_chunk |
Whether this is the last file chunk. | |
Additional Inherited Members |
Detailed Description
A message sent/received by a StorageService that has a file size as a payload.
Constructor & Destructor Documentation
◆ StorageServiceFileContentChunkMessage()
|
explicit |
Constructor.
- Parameters
-
file the workflow data file to which this chunk belongs chunk_size the chunk size last_chunk whether this is the last chunk in the file
The documentation for this class was generated from the following files:
- StorageServiceMessage.h
- StorageServiceMessage.cpp