Class: Kaltura::KalturaBulkUploadJobData

Inherits:
KalturaJobData 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

#bulk_upload_object_typeObject

Type of object for bulk upload



6584
6585
6586
# File 'lib/kaltura_client.rb', line 6584

def bulk_upload_object_type
  @bulk_upload_object_type
end

#conversion_profile_idObject

Selected profile id for all bulk entries



6566
6567
6568
# File 'lib/kaltura_client.rb', line 6566

def conversion_profile_id
  @conversion_profile_id
end

#email_recipientsObject

Recipients of the email for bulk upload success/failure



6596
6597
6598
# File 'lib/kaltura_client.rb', line 6596

def email_recipients
  @email_recipients
end

#file_nameObject

Friendly name of the file, used to be recognized later in the logs.



6587
6588
6589
# File 'lib/kaltura_client.rb', line 6587

def file_name
  @file_name
end

#file_pathObject

The bulk upload file path



6581
6582
6583
# File 'lib/kaltura_client.rb', line 6581

def file_path
  @file_path
end

#num_of_entriesObject

Number of created entries



6575
6576
6577
# File 'lib/kaltura_client.rb', line 6575

def num_of_entries
  @num_of_entries
end

#num_of_error_objectsObject

Number of objects that finished on error status



6599
6600
6601
# File 'lib/kaltura_client.rb', line 6599

def num_of_error_objects
  @num_of_error_objects
end

#num_of_objectsObject

Number of created objects



6578
6579
6580
# File 'lib/kaltura_client.rb', line 6578

def num_of_objects
  @num_of_objects
end

#object_dataObject

Data pertaining to the objects being uploaded



6590
6591
6592
# File 'lib/kaltura_client.rb', line 6590

def object_data
  @object_data
end

#results_file_local_pathObject

Created by the API



6569
6570
6571
# File 'lib/kaltura_client.rb', line 6569

def results_file_local_path
  @results_file_local_path
end

#results_file_urlObject

Created by the API



6572
6573
6574
# File 'lib/kaltura_client.rb', line 6572

def results_file_url
  @results_file_url
end

#typeObject

Type of bulk upload



6593
6594
6595
# File 'lib/kaltura_client.rb', line 6593

def type
  @type
end

#uploaded_byObject

The screen name of the user



6563
6564
6565
# File 'lib/kaltura_client.rb', line 6563

def uploaded_by
  @uploaded_by
end

#user_idObject

Returns the value of attribute user_id.



6560
6561
6562
# File 'lib/kaltura_client.rb', line 6560

def user_id
  @user_id
end