Class: Kaltura::KalturaUploadToken

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#created_atObject

Creation date as Unix timestamp (In seconds)



6928
6929
6930
# File 'lib/kaltura_client.rb', line 6928

def created_at
  @created_at
end

#file_nameObject

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



6919
6920
6921
# File 'lib/kaltura_client.rb', line 6919

def file_name
  @file_name
end

#file_sizeObject

File size in bytes, can be empty when the upload token is created and will be updated internally after the file is uploaded



6922
6923
6924
# File 'lib/kaltura_client.rb', line 6922

def file_size
  @file_size
end

#idObject

Upload token unique ID



6907
6908
6909
# File 'lib/kaltura_client.rb', line 6907

def id
  @id
end

#partner_idObject

Partner ID of the upload token



6910
6911
6912
# File 'lib/kaltura_client.rb', line 6910

def partner_id
  @partner_id
end

#statusObject

Status of the upload token



6916
6917
6918
# File 'lib/kaltura_client.rb', line 6916

def status
  @status
end

#updated_atObject

Last update date as Unix timestamp (In seconds)



6931
6932
6933
# File 'lib/kaltura_client.rb', line 6931

def updated_at
  @updated_at
end

#uploaded_file_sizeObject

Uploaded file size in bytes, can be used to identify how many bytes were uploaded before resuming



6925
6926
6927
# File 'lib/kaltura_client.rb', line 6925

def uploaded_file_size
  @uploaded_file_size
end

#user_idObject

User id for the upload token



6913
6914
6915
# File 'lib/kaltura_client.rb', line 6913

def user_id
  @user_id
end