Blob Model

Property nameTypeDescription
idintID of the file/blob. Generated automatically by the server after file/blob creation.
uidstringFile/blob identifier that should be taken from the response of the Create File request.
content_typestringMIME content type.
namestringFile/blob name.
sizeintFile/blob size.
created_atdatetimeDate & time when a record was created, filled automatically.
updated_atdatetimeDate & time when a record was updated, filled automatically.
blob_statusstringCurrent file/blob status.
set_completed_attimestampDate & time when file uploading was marked as completed.
publicbooleanFile/blob visibility. If the file is public then it's possible to download it without a session token. Default: false.