Name |
Type |
Writable |
Restrictions |
Description |
id |
string |
|
|
Upload token unique ID |
partnerId |
int |
|
|
Partner ID of the upload token |
userId |
string |
|
|
User id for the upload token |
status |
KalturaUploadTokenStatus |
|
|
Status of the upload token |
fileName |
string |
V |
|
Name of the file for the upload token, can be empty when the upload token is created and will be updated internally after the file is uploaded |
fileSize |
float |
V |
|
File size in bytes, can be empty when the upload token is created and will be updated internally after the file is uploaded |
uploadedFileSize |
float |
|
|
Uploaded file size in bytes, can be used to identify how many bytes were uploaded before resuming |
createdAt |
int |
|
|
Creation date as Unix timestamp (In seconds) |
updatedAt |
int |
|
|
Last update date as Unix timestamp (In seconds) |
uploadUrl |
string |
|
|
Upload url - to explicitly determine to which domain to address the uploadToken->upload call |
autoFinalize |
KalturaNullableBoolean |
V |
|
autoFinalize - Should the upload be finalized once the file size on disk matches the file size reported when adding the upload token. |
attachedObjectType |
string |
|
|
The type of the object this token is attached to. |
attachedObjectId |
string |
|
|
The id of the object this token is attached to. |