Class: Kaltura::KalturaFileSyncResource
- Inherits:
-
KalturaContentResource
- Object
- KalturaObjectBase
- KalturaResource
- KalturaContentResource
- Kaltura::KalturaFileSyncResource
- Defined in:
- lib/kaltura_client.rb
Overview
Used to ingest media that is already ingested to Kaltura system as a different file in the past, the new created flavor asset will be ready immediately using a file sync of link type that will point to the existing file sync.
Instance Attribute Summary collapse
-
#file_sync_object_type ⇒ Object
The object type of the file sync object.
-
#object_id ⇒ Object
The object id of the file sync object.
-
#object_sub_type ⇒ Object
The object sub-type of the file sync object.
-
#version ⇒ Object
The version of the file sync object.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#file_sync_object_type ⇒ Object
The object type of the file sync object
8392 8393 8394 |
# File 'lib/kaltura_client.rb', line 8392 def file_sync_object_type @file_sync_object_type end |
#object_id ⇒ Object
The object id of the file sync object
8398 8399 8400 |
# File 'lib/kaltura_client.rb', line 8398 def object_id @object_id end |
#object_sub_type ⇒ Object
The object sub-type of the file sync object
8395 8396 8397 |
# File 'lib/kaltura_client.rb', line 8395 def object_sub_type @object_sub_type end |
#version ⇒ Object
The version of the file sync object
8401 8402 8403 |
# File 'lib/kaltura_client.rb', line 8401 def version @version end |