Uplink-Nodejs
1.0.8
Nods.js binding fo libUplink
|
Functions | |
napi_value | upload_set_custom_metadatac (napi_env env, napi_callback_info info) |
upload_set_custom_metadatac function is called from the javascript file there are restrictions on what can be stored in custom metadata. More... | |
napi_value | upload_abortc (napi_env env, napi_callback_info info) |
upload_abortc function is called from the javascript file upload_abortc function aborts the upload More... | |
napi_value | upload_infoc (napi_env env, napi_callback_info info) |
upload_infoc function is called from the javascript file upload_infoc upload the information . More... | |
napi_value | upload_commitc (napi_env env, napi_callback_info info) |
upload_commitc function is called from the javascript file upload_commitc commits the uploaded data. More... | |
napi_value | upload_writec (napi_env env, napi_callback_info info) |
upload_writec function is called from the javascript file upload_write uploads len(p) bytes from p to the object's data stream. any error encountered that caused the write to stop early. More... | |
napi_value | upload_objectc (napi_env env, napi_callback_info info) |
upload_objectc function is called from the javascript file upload_objectc starts an upload to the specified key. More... | |
napi_value upload_abortc | ( | napi_env | env, |
napi_callback_info | info | ||
) |
upload_abortc function is called from the javascript file upload_abortc function aborts the upload
napi_value upload_commitc | ( | napi_env | env, |
napi_callback_info | info | ||
) |
upload_commitc function is called from the javascript file upload_commitc commits the uploaded data.
napi_value upload_infoc | ( | napi_env | env, |
napi_callback_info | info | ||
) |
upload_infoc function is called from the javascript file upload_infoc upload the information .
napi_value upload_objectc | ( | napi_env | env, |
napi_callback_info | info | ||
) |
upload_objectc function is called from the javascript file upload_objectc starts an upload to the specified key.
napi_value upload_set_custom_metadatac | ( | napi_env | env, |
napi_callback_info | info | ||
) |
upload_set_custom_metadatac function is called from the javascript file there are restrictions on what can be stored in custom metadata.
napi_value upload_writec | ( | napi_env | env, |
napi_callback_info | info | ||
) |
upload_writec function is called from the javascript file upload_write uploads len(p) bytes from p to the object's data stream. any error encountered that caused the write to stop early.