mcloud  1.0.0
MCloud API library for cmcc cloud service
mcloud::api::UploadBufferCb Struct Reference

UploadBufferCb is a upload request item which consists of a upload folder id, upload buffer size, upload content name and reading callback function allows content data can be received in buffering via call back function. More...

#include <uploadtask.h>

+ Collaboration diagram for mcloud::api::UploadBufferCb:

Public Attributes

Task::Buffer_Callback read_cb
 
size_t buffer_size
 
std::string folder_id
 
std::string content_name
 

Detailed Description

UploadBufferCb is a upload request item which consists of a upload folder id, upload buffer size, upload content name and reading callback function allows content data can be received in buffering via call back function.

Definition at line 49 of file uploadtask.h.

Member Data Documentation

size_t mcloud::api::UploadBufferCb::buffer_size

Definition at line 52 of file uploadtask.h.

std::string mcloud::api::UploadBufferCb::content_name

Definition at line 54 of file uploadtask.h.

std::string mcloud::api::UploadBufferCb::folder_id

Definition at line 53 of file uploadtask.h.

Task::Buffer_Callback mcloud::api::UploadBufferCb::read_cb

Definition at line 51 of file uploadtask.h.


The documentation for this struct was generated from the following file: