Class: Kaltura::KalturaVarPartnerUsageItem
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaVarPartnerUsageItem
- Defined in:
- lib/kaltura_plugins/kaltura_var_console_client_plugin.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#audio_entries_count ⇒ Object
Number of new audio entries created during specific date range.
-
#avg_storage ⇒ Object
The average amount of storage consumption during the given date range for the specific publisher.
-
#bandwidth ⇒ Object
The total bandwidth usage during the given date range (in MB).
-
#combined_storage_bandwidth ⇒ Object
The combined amount of bandwidth and storage consumed during the given date range for the specific publisher.
-
#date_id ⇒ Object
TGhe date at which the report was taken - Unix Timestamp.
-
#deleted_storage ⇒ Object
The deleted storage consumption (new uploads) during the given date range (in MB).
-
#entries_count ⇒ Object
Number of new entries created during specific date range.
-
#image_entries_count ⇒ Object
Number of new image entries created during specific date range.
-
#mix_entries_count ⇒ Object
Number of new mix entries created during specific date range.
-
#partner_created_at ⇒ Object
Partner creation date (Unix timestamp).
-
#partner_id ⇒ Object
Partner ID.
-
#partner_name ⇒ Object
Partner name.
-
#partner_package ⇒ Object
Partner package.
-
#partner_status ⇒ Object
Partner status.
-
#peak_storage ⇒ Object
The peak amount of storage consumption during the given date range for the specific publisher.
-
#plays ⇒ Object
Number of plays in the specific date range.
-
#storage ⇒ Object
The added storage consumption (new uploads) during the given date range (in MB).
-
#total_entries_count ⇒ Object
Total number of entries.
-
#total_storage ⇒ Object
The total storage consumption (in MB).
-
#transcoding_usage ⇒ Object
Amount of transcoding usage in MB.
-
#video_entries_count ⇒ Object
Number of new video entries created during specific date range.
-
#views ⇒ Object
Number of player loads in the specific date range.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#audio_entries_count ⇒ Object
Number of new audio entries created during specific date range
68 69 70 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 68 def audio_entries_count @audio_entries_count end |
#avg_storage ⇒ Object
The average amount of storage consumption during the given date range for the specific publisher
89 90 91 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 89 def avg_storage @avg_storage end |
#bandwidth ⇒ Object
The total bandwidth usage during the given date range (in MB)
74 75 76 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 74 def bandwidth @bandwidth end |
#combined_storage_bandwidth ⇒ Object
The combined amount of bandwidth and storage consumed during the given date range for the specific publisher
92 93 94 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 92 def combined_storage_bandwidth @combined_storage_bandwidth end |
#date_id ⇒ Object
TGhe date at which the report was taken - Unix Timestamp
98 99 100 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 98 def date_id @date_id end |
#deleted_storage ⇒ Object
The deleted storage consumption (new uploads) during the given date range (in MB)
83 84 85 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 83 def deleted_storage @deleted_storage end |
#entries_count ⇒ Object
Number of new entries created during specific date range
56 57 58 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 56 def entries_count @entries_count end |
#image_entries_count ⇒ Object
Number of new image entries created during specific date range
65 66 67 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 65 def image_entries_count @image_entries_count end |
#mix_entries_count ⇒ Object
Number of new mix entries created during specific date range
71 72 73 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 71 def mix_entries_count @mix_entries_count end |
#partner_created_at ⇒ Object
Partner creation date (Unix timestamp)
47 48 49 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 47 def partner_created_at @partner_created_at end |
#partner_id ⇒ Object
Partner ID
35 36 37 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 35 def partner_id @partner_id end |
#partner_name ⇒ Object
Partner name
38 39 40 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 38 def partner_name @partner_name end |
#partner_package ⇒ Object
Partner package
44 45 46 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 44 def partner_package @partner_package end |
#partner_status ⇒ Object
Partner status
41 42 43 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 41 def partner_status @partner_status end |
#peak_storage ⇒ Object
The peak amount of storage consumption during the given date range for the specific publisher
86 87 88 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 86 def peak_storage @peak_storage end |
#plays ⇒ Object
Number of plays in the specific date range
53 54 55 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 53 def plays @plays end |
#storage ⇒ Object
The added storage consumption (new uploads) during the given date range (in MB)
80 81 82 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 80 def storage @storage end |
#total_entries_count ⇒ Object
Total number of entries
59 60 61 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 59 def total_entries_count @total_entries_count end |
#total_storage ⇒ Object
The total storage consumption (in MB)
77 78 79 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 77 def total_storage @total_storage end |
#transcoding_usage ⇒ Object
Amount of transcoding usage in MB
95 96 97 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 95 def transcoding_usage @transcoding_usage end |
#video_entries_count ⇒ Object
Number of new video entries created during specific date range
62 63 64 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 62 def video_entries_count @video_entries_count end |
#views ⇒ Object
Number of player loads in the specific date range
50 51 52 |
# File 'lib/kaltura_plugins/kaltura_var_console_client_plugin.rb', line 50 def views @views end |