Class: Kaltura::KalturaBulkUploadJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaBulkUploadJobData
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
KalturaBulkUploadCsvJobData, KalturaBulkUploadFilterJobData, KalturaBulkUploadXmlJobData
Instance Attribute Summary collapse
-
#bulk_upload_object_type ⇒ Object
Type of object for bulk upload.
-
#conversion_profile_id ⇒ Object
Selected profile id for all bulk entries.
-
#email_recipients ⇒ Object
Recipients of the email for bulk upload success/failure.
-
#file_name ⇒ Object
Friendly name of the file, used to be recognized later in the logs.
-
#file_path ⇒ Object
The bulk upload file path.
-
#num_of_entries ⇒ Object
Number of created entries.
-
#num_of_error_objects ⇒ Object
Number of objects that finished on error status.
-
#num_of_objects ⇒ Object
Number of created objects.
-
#object_data ⇒ Object
Data pertaining to the objects being uploaded.
-
#results_file_local_path ⇒ Object
Created by the API.
-
#results_file_url ⇒ Object
Created by the API.
-
#type ⇒ Object
Type of bulk upload.
-
#uploaded_by ⇒ Object
The screen name of the user.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#bulk_upload_object_type ⇒ Object
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_id ⇒ Object
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_recipients ⇒ Object
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_name ⇒ Object
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_path ⇒ Object
The bulk upload file path
6581 6582 6583 |
# File 'lib/kaltura_client.rb', line 6581 def file_path @file_path end |
#num_of_entries ⇒ Object
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_objects ⇒ Object
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_objects ⇒ Object
Number of created objects
6578 6579 6580 |
# File 'lib/kaltura_client.rb', line 6578 def num_of_objects @num_of_objects end |
#object_data ⇒ Object
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_path ⇒ Object
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_url ⇒ Object
Created by the API
6572 6573 6574 |
# File 'lib/kaltura_client.rb', line 6572 def results_file_url @results_file_url end |
#type ⇒ Object
Type of bulk upload
6593 6594 6595 |
# File 'lib/kaltura_client.rb', line 6593 def type @type end |
#uploaded_by ⇒ Object
The screen name of the user
6563 6564 6565 |
# File 'lib/kaltura_client.rb', line 6563 def uploaded_by @uploaded_by end |
#user_id ⇒ Object
Returns the value of attribute user_id.
6560 6561 6562 |
# File 'lib/kaltura_client.rb', line 6560 def user_id @user_id end |