Class: Kaltura::KalturaSyndicationFeedEntryCount

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

#actual_entry_countObject

count of entries that will appear in the feed (including all relevant filters)



5619
5620
5621
# File 'lib/kaltura_client.rb', line 5619

def actual_entry_count
  @actual_entry_count
end

#require_transcoding_countObject

count of entries that requires transcoding in order to be included in feed



5622
5623
5624
# File 'lib/kaltura_client.rb', line 5622

def require_transcoding_count
  @require_transcoding_count
end

#total_entry_countObject

the total count of entries that should appear in the feed without flavor filtering



5616
5617
5618
# File 'lib/kaltura_client.rb', line 5616

def total_entry_count
  @total_entry_count
end